Yes, I am not able to see a solution for you at the moment, I will see what is possible in this scenario
Hi Addison, as we’re loading you host through an iframe, the cookies from your site aren’t accessible based on same site policy (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#none) so for them to be available it would require setting it as SameSite=None; Secure
, which unblocks the cookies from being sent in cross site requests (which has some security implications), would that be possible in your case ?
(sorry, late to this!)
In dev mode yes, but that is the only place we use studio as we have a proper staging vs prod env
but I also realized that for a lot of dev use cases we can just have the studio users use user/email auth as a workaround too.
Okay, let me know if you run in a case that you aren’t able to figure it out so that I can try to help you