#Staging deployment sameSite issue
7 messages · Page 1 of 1 (latest)
It is set on samesite and secure true only on production mode. But then your domain can’t be one of the public suffix list
You can set it to production and set the env through your host platform instead of the .env.stating
The code indicates that staging too: https://github.com/medusajs/medusa/blob/ae5801c5187a39f79191329fa577dfc9d116afff/packages/medusa/src/loaders/express.ts#L17
you are right. Is your client on your domain or the host platform one?