To assist with troubleshooting during development, non-production environments pass all HTTP 5xx status codes through the load balancers back to the requesting client without any replacement. You can review these error messages in your log files, which you can access using the following methods:
For production environments, use logs and log streaming to determine the root cause. Access logs display the real HTTP status code at the back end. To find corresponding logs from other sources, such as PHP errors and Drupal Watchdog, use the X-Request-Id value, which matches all logged items for the same request.
Common causes of Temporarily Unavailable pages on production environments include but are not limited to:
To resolve this, do one or more of the following:
To learn more about how your infrastructure allocates resources, visit Tuning your infrastructure configuration.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
To assist with troubleshooting during development, non-production environments pass all HTTP 5xx status codes through the load balancers back to the requesting client without any replacement. You can review these error messages in your log files, which you can access using the following methods:
For production environments, use logs and log streaming to determine the root cause. Access logs display the real HTTP status code at the back end. To find corresponding logs from other sources, such as PHP errors and Drupal Watchdog, use the X-Request-Id value, which matches all logged items for the same request.
Common causes of Temporarily Unavailable pages on production environments include but are not limited to:
To resolve this, do one or more of the following:
To learn more about how your infrastructure allocates resources, visit Tuning your infrastructure configuration.
If this content did not answer your questions, try searching or contacting our support team for further assistance.