My app is falling over when I try to logout or login. It looks like it has to do with the session but the error logs from Heroku are pretty cryptic.
It points me to the template within the gem which I'm guessing doesn't really have the problem.
I'm just lost on where to go from here and I'm not actually sure when this started happening. I think my session cookie has remained through at least a week of deployments and this just happened when I logged out.
Here's the Heroku logs
Here's the asset stuff from production.rb
and I'm setting this in application.rb
config.assets.initialize_on_precompile = false
Any help is appreciated.