Cookie not set even though Set-Cookie header is present
Hello folks I have a server containerized and hosted on GCP
I have a A record at cloudflare that points to the IP at GCP
My frontend is an astro app SSR with cloudflare workers hosted on cloudflare pages
I have a cname for my development UI on cloudflare pages that points to .pages.dev url
On the frontend I make a post request with a standard html form that makes a request to my server using form data
This is a login request. The request succeeds and the proper headers are sent back to set the session id in cookies
I am having trouble figuring out why the cookie is not being set on the UI . Anyone have any ideas about things I should think about
This does not seem to be cors related.
0 Replies