Next.js Discord

Discord Forum

Session issues

Unanswered
Spotted Redshank posted this in #help-forum
Open in Discord
Spotted RedshankOP
Hi I'm having some issues with my sessions. It seems like I'm going about this the wrong way.

4 Replies

Spotted RedshankOP
That is my code and I'm getting this error which happens because I'm trying to fill the bots list
I'm pretty new to next.js, I'm not really sure if a auth session is meant to take a second to actually fill or not but currently each reload it takes an extra second to load the user session.
Spotted RedshankOP
I'v fixed the issue however it still takes quiet a bit to load between refreshes. I'm guessing that is something ill have to live with because of the auth system?