Session cookies disappearing on page reload (using GraphQL Client) #12982
Unanswered
byurhannurula
asked this question in
Help
Replies: 3 comments
-
Can you share any of the server-side code where you are creating and setting the cookie? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@byurhanbeyzat I tried your app and it is working, the cookie stays there when I do a page reload. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@brianlovin @rafinskipg Here is my final code: apollographql/apollo-client#4190 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, I'm having issues with session cookies.
On localhost everything works perfect but after deploying (next build && next start) on page reload cookies are disappearing.
I'm using GraphQL Client with Next.js on front-end and Node/Express with GraphQ Server on server side. Deployed on same domain tried almost everything.
App itself: http://bank.bbn.codes/
Repo: https://github.com/byurhanbeyzat/bank-app-client
Beta Was this translation helpful? Give feedback.
All reactions