DEV Community

Discussion on: ActionController:: InvalidAuthenticityToken — What's Going On Here?

Collapse
 
leastbad profile image
leastbad

Interesting timing on this, as we're experiencing strange behaviour from StimulusReflex apps that don't have caching enabled in development. They are seeing "Invalid Authenticity Token" errors. Thing is, we can't really figure out why the caching mechanism would impact any of this.

github.com/hopsoft/chatter/issues/2

Collapse
 
moseeds profile image
Mohammed Seedat

I thought I had misconfigured everything but I'm struggling with this issue too. I am using oauth as well as devise both seem to be struggling with maintaining any kind of persisting session making development much slower than it needs to be.