We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While debugging #3452 I found that the response Rails gives is actually 500.
Here are the error logs for reference.
App 391 output: [2024-04-30 19:33:25 +0000 ] FATAL "LoadError (cannot load such file -- sqlite3):\n \napp/helpers/dashboard_helper.rb:43:in `render_widget'\napp/views/dashboard/index.html.erb:13\napp/views/dashboard/index.html.erb:12:in `each'\napp/views/dashboard/index.html.erb:12\napp/views/dashboard/index.html.erb:9:in `each'\napp/views/dashboard/index.html.erb:9\napp/views/dashboard/index.html.erb:7:in `each'\napp/views/dashboard/index.html.erb:7" App 391 output: [2024-04-30 19:33:25 +0000 ] INFO "method=GET path=/pun/sys/dashboard/500 format=html controller=ErrorsController action=internal_server_error status=500 allocations=8878 duration=8.74 view=6.19"
Instead of fatally crashing - we should just account for LoadErrors or other Exceptions.
LoadError
Exception
The text was updated successfully, but these errors were encountered:
johrstrom
Successfully merging a pull request may close this issue.
While debugging #3452 I found that the response Rails gives is actually 500.
Here are the error logs for reference.
Instead of fatally crashing - we should just account for
LoadError
s or otherException
s.The text was updated successfully, but these errors were encountered: