Cookies aren't being set.
For some reason, cookies for my preview pages environment aren't being set.
The subdomain for preview deployments looks like this: x.y.pages.dev
Even if I send a cookie with no domain property and sameSite
Tried messing around with secure, domain, etc, but to no avail.
The subdomain for preview deployments looks like this: x.y.pages.dev
Even if I send a cookie with no domain property and sameSite
none, my browser still rejects the cookie. Any pointers as to what might cause this?Tried messing around with secure, domain, etc, but to no avail.