Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rusllonrails/aba1da281d7803f54023b76cf937432b to your computer and use it in GitHub Desktop.
Save rusllonrails/aba1da281d7803f54023b76cf937432b to your computer and use it in GitHub Desktop.
Heroku Rails getting "Can't verify CSRF token authenticity" even if csrf toke in present
Myapp::Application.config.session_store :cookie_store, key: '_myapp_session',:domain => :all
to
Myapp::Application.config.session_store :cookie_store, key: '_myapp_session'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment