2armedlopin
Explore posts from serversDTDrizzle Team
•Created by 2armedlopin on 5/13/2024 in #help
After this new update I am getting an introspection error schema below "drizzle-kit": "^0.21.1",
Error: There is not enough information to infer relation "public.users.twoFactorConfirmation"
3 replies
CDCloudflare Developers
•Created by 2armedlopin on 12/12/2023 in #workers-help
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.
1 replies
CDCloudflare Developers
•Created by 2armedlopin on 12/11/2023 in #general-help
Session ID not being set. Frontend is receiving set-cookie header from the server
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.
2 replies