Hi,
We are using Apigee Kickstart with Drupal for our developer portal. During user registration, we encounter a gateway timeout error when validating the connection to Apigee Edge. Specifically, the testConnection() method in the apigee_edge.sdk_connector service fails with the following error:
Could not create/update Drupal user: [user_email], because there was no connection to Apigee Edge. cURL error 28: Connection timed out after 30000 milliseconds (see https://curl.haxx.se/libcurl/c/libcurl-errors.html).
The function responsible for this validation is as follows:
function apigee_edge_form_user_form_api_connection_validate(array $form, FormStateInterface $form_state) {
$sdk_connector = \Drupal::service('apigee_edge.sdk_connector');
try {
$sdk_connector->testConnection();
} catch (\Exception $exception) {
$form_state->setError($form, t('User registration is temporarily unavailable. Try again later or contact the site administrator.'));
}
}
We would appreciate guidance on resolving this issue so we can restore seamless user registration functionality.
NOTE : On all other pages like Create APP, APP Listings, every thing is working fine ans smoothly.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |