-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Errors are not shown in the browser in Rails 5, no info about the filename and lineno in logs #695
Comments
I've just encountered this. I'm sure it's probably my mistake, but a bit of info about where I went wrong would be helpful! |
I'm also seeing this in Rails 5.1.1. Like @januszm, I get an |
Same issue in 5.2.3.
No stack trace. |
I'm on Rails 6.0.0 using slim 4.0.1. ERB errors are rendered in the |
I'm also experiencing this. In some cases there's no report in the log and not in web-console. |
I'm starting a new rails project now, I'll fix it if I see it. |
Rails 5.0.0.rc1
On error I see the standard 'production-like' page:
Also, that's all I get in logs:
Possibly related to: #472 ?
The text was updated successfully, but these errors were encountered: