Next.js Discord

Discord Forum

i need help on next-auth with next js

Unanswered
Krishna posted this in #help-forum
Open in Discord
i added next auth on my next js app but when i try to use the https://prnt.sc/rzoKQJzor5LP server session it is working fine but when i try to use the fetch api on server component and pages it is not working the else part work on the server fetch api https://prnt.sc/eDOg9_LUB5l-

9 Replies

Which version of next-auth are you using?
latest
v4
because i want do production build and v5 is not stable
Are you getting errors or something?
no
all is wokring fine but i when i try to use the fetch api that i mentioned not working
we can use the headers but i don't know becuase next-auth removed accessToken from callback functions
please help me on how to use accessToken or fetch on serverside