Skip to content
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

Internal server error 500 #29

Open
dreamsincode opened this issue May 10, 2017 · 1 comment
Open

Internal server error 500 #29

dreamsincode opened this issue May 10, 2017 · 1 comment

Comments

@dreamsincode
Copy link

Integrated omniauth into our web app successfully. Omniauth connects and sends a notification to a gmail address that gmail has connected to the app. But when I click on my gmail account, it goes to a generic "An error has occurred" message.
Commented out gems one by one in the development section of Gemfile until error messages began appearing on logs. It was found that web-console gem is causing this error to come up. It is possible that default rails methods were overwritten at some point.

@natesire
Copy link

web-console is overwriting the default debug errors in development mode. So we only see production style errors (no stack trace) in development mode. It's as if web-console is ignoring debugger true in the config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants