web-console icon indicating copy to clipboard operation
web-console copied to clipboard

Internal server error 500

Open dreamsincode opened this issue 8 years ago • 1 comments

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.

dreamsincode avatar May 10 '17 01:05 dreamsincode

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.

natesire avatar May 10 '17 01:05 natesire