Replies: 1 comment 1 reply
-
Hey @tmkook! 👋🏻 Are you talking about the Maybe this is something we can add to our Deployment Guide. I don't want to change the value to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When the session.store=cookie setting is set to true in a production deployment, session read issues can occur.
This issue can cause CSRF verification to fail and can be difficult to debug. While everything works fine in a local test environment, deploying to a production environment will result in an error.
This issue plagued me for nearly two hours during my first deployment.
Perhaps change this setting to false or add more emphasis to this option in the documentation?
Beta Was this translation helpful? Give feedback.
All reactions