So I just deployed an app to heroku. It has two root pages, one for once the user is authenticated and the other for any person who visits the site. The homepage loads fine, but after logging in, once the app is directed to the "authenticated root" I get the dreaded "We're sorry, but something went wrong" page.
Any ideas on why this might be happening? Could it be an issue with Devise authentication?
Here's the first error from heroku logs
ActionView::Template::Error (PG::Error: ERROR: relation "polls" does not exist
polls being a model in this app.