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.