-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
catalog 500 error on some datasets in block 'collection_resources' #4553
Comments
Handle 500 error gracefully |
Previously there was a 500 graceful error page. That was lost during the cloud.gov migration. Possibly tied to NGINX config. |
After discussing with the team, we have decided to resolve the 500 error by implementing the following UI changes: Additionally, created a new ticket (#4594) to implement the necessary logic to prevent the deletion of the parent collection during the harvesting stage. |
Some dataset returns 500 error with error message
How to reproduce
Go to this dataset url, or search
" 500 " NginxLog
in NewRelic on app catalog-proxy for more examples.Expected behavior
200 or 404 response code
Actual behavior
500 response code
Sketch
[Notes or a checklist reflecting our understanding of the selected approach]
The text was updated successfully, but these errors were encountered: