Jasdeep Singh
Jasdeep Singh

Reputation: 3326

Ruby on Rails error with Devise

I have an app that works on Heroku, but on my local machine gives me this error after i try to sign in:

ActionController::InvalidAuthenticityToken in Devise/registrationsController#create 

Any help would be appreciated.

I'm using Rails 3.0.3, Ruby 1.9.2 and latest Devise version.

Upvotes: 2

Views: 559

Answers (1)

raid5ive
raid5ive

Reputation: 6642

Reading some other posts online, have you tried clearing your cookies and changing your session key? Seems to be a common suggestion but people are having mixed results with the solution it sounds like.

Upvotes: 1

Related Questions