Hey I my app deployed on heroku. I am using devise with rails 3.
I receive this error message either after sign_in or sign_up
The change you wanted was rejected. Maybe you tried to change something you didn't have access to. In firefox everything works fine. Any advise? Thx for your time
Hey I my app deployed on heroku. I am using devise with rails 3.
Share
I had a similar problem with IE and it went away after clearing cookies and cache. I believe this is related to the CSRF protection tokens.
Any luck with that?