Next.js Discord

Discord Forum

NextAuth makes project super slow

Unanswered
Barbary Lion posted this in #help-forum
Open in Discord
Avatar
Barbary LionOP
Anyone else add nextauth to their project and then it became very slow on vercel? I just added it, have the pro plan too but when I click on stuff on my website it often times doesn't even re-route me to the proper page like I didn't click the buttons or takes 10-15 seconds to do so. I haven't even really started using nextauth either, just implemented it.

2 Replies

Avatar
Barbary LionOP
Here's a link to the website if anyone wants to experience it live for themselves: https://www.performaxglobalinc.com/
Avatar
Barbary LionOP
Just removed nextauth's session provider and it seemed to have fixed the slow loading times. Assuming it's because the layout became async because removing async fixed it. How else can I get the session data without making the layout.tsx async?