You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transition_error_message="We apologize, the following errors were encountered: #{message}. Please contact the PDC Describe administrators for any assistance."
@jrgriffiniii I merged your PR and deployed it to staging, but we still aren't seeing the custom error pages. Don't we need to change something on the load balancer to make these show up? (There is a link in the ticket with some breadcrumbs.)
Currently, the application can experience an error and not raise an exception. This is going to make it hard for us to track problems.
Code that is capturing the errors:
pdc_describe/app/controllers/works_controller.rb
Lines 395 to 433 in 2b8e495
How to disable error catching at the load balancer so our own error pages will be displayed: pulibrary/princeton_ansible#4258
Acceptance criteria
The text was updated successfully, but these errors were encountered: