Raj Gupta
Raj Gupta
I am unable to set cookies in vercel app for my application. While my backend is deployed in render.
Hi @efekrskl, Let me tell you my env variables: Below are my env variables samples for my backend code: ``` CLIENT_URL=https://skill-xyz.vercel.app NODE_ENV="production" API_URL=https://skillhub-backend-xyz.onrender.com ```
I am unable to set cookies in vercel app for my application. While my backend is deployed in render.
Hi @Shivam-75, I tried your recommended code, but it's still not making the cookie-working.
I am unable to set cookies in vercel app for my application. While my backend is deployed in render.
Hi @samarJ19, I have already tried, but it did not work.
I am unable to set cookies in vercel app for my application. While my backend is deployed in render.
Hi everyone, After further debugging and research, I found that the issue was related to **cookie domain restrictions enforced by browsers**. Since I am using **public domains** provided by **Render...