`state_mismatch` On Latest Release
same application with no changes works fine on 
1.3.18;  if you upgrade to the latest release all OAuth providers are giving state_mismatch error.10 Replies
Are you using some of the api calls relating to the oauth flow on the server? also are you using expo?
When starting the oauth flow we generate a state identifier, which is stored as a cookie, then once the flow is complete and you are returned to 
/api/auth/callback we check if that cookie is the same as the current oauth flow's state identifier, if that check fails than it's a state-mismatchno not at all. my code is public so I’ll share it in a sec
@Max https://github.com/jjjrmy/sutando-client-example/blob/main/app/pages/auth.vue#L266-L269
no I'm not using expo - this is just a Nuxt app
Im also experiencing this issue with twitch login. The click 'here' button does not work and causes a State Mismatch. Verification not found error

causing big issues
@Max
you're using capicitor right?
I am yes, but this is just the non-capacitor web version I'm testing on.
so don't say it has to do with cookies vs access tokens
seems it's a big problem because many people on github are reporting it
this shouldn't be a problem for a pure nuxt project. If that's happening can you link me to a repro?
here
you can uninstall Capacitor I guess 🤷🏼♂️
@Max @bekacru how's hype?
will be fixed shortly. with apple the problem is they use post request and that introduced more problems. Sorry for the breaking change, it'll be fixed on the next release