Hello, I would like to share a feedback about thi...
# feedback
e
Hello, I would like to share a feedback about this docs. It doesn't cover all steps to do to go to "production". The default (at least I have't changed anything) part of the config:
Copy code
session:
  cookie:
    domain: eager-franklin-3vbqv90l3p.projects.oryapis.com
    name: ory_session_eagerfranklin3vbqv90l3p
    path: /
    persistent: false
    same_site: Lax
but in order to execute cross domain interactions (for example if the app is deployed on vercel), the value should
same_site=None
I fixed it by executing
Copy code
ory update identity-config --project 9c45c657-7e47-495e-bdfa-d2a669ae9a5a --workspace 9b40247d-b568-4fba-a18e-0480fd46b0a0 --file identity-config.yaml
and updated value for
same_site
e
Thanks for the feedback, I will make sure this gets to our documentation team!