I have two rails applications. From one day to another both produce an ActionController::InvalidAuthenticityToken
exception. I can call the login page, but when I try to login, the exception raises and in the console I find "Can't verify CSRF token authenticity".
What I tried:
- different browsers
- I checked out older releases from which I definitely know, that it had been working.
I do not post any code because I do not think that it would help. It must have an external reason, because the problem occurred on two separate apps in the same moment.