Raj Gupta

Results 4 comments of Raj Gupta

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 ```

Hi @Shivam-75, I tried your recommended code, but it's still not making the cookie-working.

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...