withCredentials: true not sending cookies in production #5352
Unanswered
colespencer1453
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have an express server and a nextjs client. I want to send cookies for auth from the client to the server. Locally this works fine, but in production it does not attach the cookies despite withCredentials begin set to true. Any insight here? I'm using version 4.8
Beta Was this translation helpful? Give feedback.
All reactions