Session Callback not being called #1374
Unanswered
skimaharvey
asked this question in
Help
Replies: 1 comment
-
We had a similar issue after upgrading to 3.5.1, and our issue was that we attached too much data to the cookie (the whole account instead of just the accessToken). Maybe this is a similar issue for you? |
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
-
After entering the correct credentials I am redirected to the page where I ask for user to be logged in however I am not logged in. I tried looking at the session callback function to see what was returned but after inserting a console.log inside I saw that this function was not called?
Any idea what is wrong with the code below?
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions