T3 + supabase + drizzle + authjs problem
I created a Next.js app with T3 stack. I'm using authjs ,supabase and drizzle with discord and github provider.
Login works but after login i get an error
[auth][error] SessionTokenError: Read more at https://errors.authjs.dev#sessiontokenerror
[auth][cause]: Error: The edge runtime does not support Node.js 'perf_hooks' module.
The user and seesion are created in supabase though
I tried a lot of things still stuck here.
Auth.js | Errors
Authentication for the Web
1 Reply
The user is created but nextjs still shows im not authenticated


