NextAuth Session Status Stuck at “Loading” State
I’m experiencing an issue with NextAuth in my Next.js application. The session status
gets stuck at the loading
state, and the spinner appears indefinitely in the main navigation bar, but only on the home page.
NextAuth 5.0 + Next 14 – Transmitting authentication data during API calls
How can I include authentication when making fetch calls? I’m not receiving session information in the API route.