I have a site that is running just fine in my local Vagrant / Virtualbox (Unbuntu Trusty 64) setup. When I deploy to Heroku I am unable to get the cms toolbar to show up. I can login to the admin and use it as intended with no issue but when I go to a page and try and edit using /?edit the page just reloads and no tool bar is available for me to edit page content or structure.
I have verified that both my local and Heroku setups are using the same version of all apps and plugins.
Python Version: 2.7.11
Django Version: 1.9.6
DjangoCMS Version: 3.3.0 rc3
Once the code is deployed using git push I run and pgdump and restore to get all the data up to my Heroku instance.
Any ideas what I could be doing wrong? Has anyone else had any luck running DjangoCMS on Heroku?
Thanks for the help!
Brandon Culpepper