Strange behaviour of fetch with GraphQL body #63907
Unanswered
mykhailo-alekseiev
asked this question in
App Router
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm trying to migrate my Vite project to Next.js. For authentication/authorization, I'm deciding to use the next-auth package. My app handles the session via server, so from an example, I make the auth check inside the authorize block
As you can see, I added the console log to track the received data. And I got confused to see this logs
Could somebody explain to me where there is a bug, or I do smth wrong?
Beta Was this translation helpful? Give feedback.
All reactions