-
Notifications
You must be signed in to change notification settings - Fork 178
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
Console not showing on error page #331
Comments
This is probably because of Rack 3 incompatibilities. The console isn't rendered because it thinks the content-type isn't html. |
It looks like this has been fixed already. Switching my Gemfile to Can we cut a release? |
That doesn't fix the issue. It actually make it worse since now that code doesn't work with Rack 2.x. That is the problem OP was talking about. With |
Oh! My bad 😅 I misread and assumed OP had the same issue I had, running Rails edge with older console not the reverse. I'll try to take a look at it this week if no one gets to it first. |
[FIX #331] Add simultaneous support for Rack 2 and 3
On newest master the error console does not show in the error page anymore.
No errros in browser console
No errors in rails terminal.
The text was updated successfully, but these errors were encountered: