Hi all,
Anyone used CSRF with replicas? Should it work? On my site there was a lot of issues related to forms, but if they refresh the browser a few times it starts working. Can't think of anything else..
Gabor
Hi all,
Anyone used CSRF with replicas? Should it work? On my site there was a lot of issues related to forms, but if they refresh the browser a few times it starts working. Can't think of anything else..
Gabor
Is Redis enabled in the project settings? It should to allow session sharing
Yes, it is or actually was when this happened, the user was logged in all the time but couldn't submit a form.
The other case was when the user registered, validated the email but couldn't log in again with the right details, he got a 403 error code, which I use for email validation check, so he got asked for the validation code again, even his user was validated (checked in the db)
Now I turned off redis, replicas and csrf as well, so far so good...
Also I am on cloudflare, not sure how does it caches the apis if I have replicas behind traefik?