#Staging deployment sameSite issue

7 messages · Page 1 of 1 (latest)

dense mirage
#

Hello! I have problem when deploy Admin Panel on Netlify and medusa server deployed on Ubuntu. I got authorized, then unauthorized again. And I found this set-cookie warning.

Already set NODE_ENV to staging and using .env.staging

Am I missing something?

silk wedge
#

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

silk wedge
#

you are right. Is your client on your domain or the host platform one?

wicked oriole
#

@dense mirage did you get any solution to your problem, I am facing the same problem

#

@silk wedge