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
@jrochkind reports:
I did this one messing with admin Work screen, trying to search for "child works: yes".
More disturbing is that I did NOT get the custom error page we intend, I just got a blank white page with small type "Server Error". So our custom error pages may be broken?
Backtrace
line 706 of [PROJECT_ROOT]/app/controllers/admin/works_controller.rb: build_search
line 22 of [PROJECT_ROOT]/app/controllers/admin/works_controller.rb: index
line 28 of [PROJECT_ROOT]/app/controllers/application_controller.rb: block in batch_kithe_indexable
Our custom error pages are fine, but the admin works controller is using a reserved word as a parameter: format, which causes the errors controller to render the text template instead of errors/internal_error.html.erb.
Our custom error pages are fine, but the admin works controller is using a reserved word as a parameter: format,
I just ran into something similar with Oral History controllers when I tried to upgrade Rails to latest, except it was actually an error about calling format on an object that didn't have such a method; I just rolled back cause I wasn't planning on dealing with it now, but that's interesting.
Thanks for fixing it here! And nice job diagnosing!
@jrochkind reports:
I did this one messing with admin Work screen, trying to search for "child works: yes".
More disturbing is that I did NOT get the custom error page we intend, I just got a blank white page with small type "Server Error". So our custom error pages may be broken?
Backtrace
View full backtrace and more info at honeybadger.io
The text was updated successfully, but these errors were encountered: