Open dreamsincode opened 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.
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.