Strange problem with rest response during login with credentials #2210
Unanswered
oskar-gmerek
asked this question in
Help
Replies: 1 comment 8 replies
-
without your code it's hard to guess, but maybe because of the browser's cookie size limitation, since you are talking about a "bit more data" https://next-auth.js.org/faq#what-are-the-disadvantages-of-json-web-tokens you might have to persist data in a database. |
Beta Was this translation helpful? Give feedback.
8 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.
-
Hello,
I have strange problem and I not even sure if this is next-auth related but I will be very grateful if someone will help me with it or just let me know with what that problem is. I was already made question on the stackoverflow but unfortunately without any answer.
https://stackoverflow.com/questions/68010914/next-auth-when-user-object-have-too-many-items-then-session-request-is-without
In short. Everything is working good unless If rest response is just with a little bit more data. Then the client is getting empty response. I think it maybe problem related to next-auth because when I make the same in postman then everything is fine. Can somebody help me with that?
Regards,
Oskar
Beta Was this translation helpful? Give feedback.
All reactions