nickola / web-console

:desktop_computer: Simple web-based shell in your browser (outdated)
https://nickola.ru/projects/web-console
1.55k stars 350 forks source link

Internal server error 500 #29

Open dreamsincode opened 7 years ago

dreamsincode commented 7 years ago

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 commented 7 years ago

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.