Initialising Supabase client on latest version with nextjs
Hi,
I just upgraded to latest
I am not doing anything complicated, my
Login.tsx looks like this:
This is on version 12.2.2 of NextJS - any ideas? I haven't messed around in the web world for a long time so I am guessing it might be something in my tsconfig that I am missing blindly.
I just upgraded to latest
rc of Supabase to use the new auth component, unfortunately, now I get the error attached in the image.I am not doing anything complicated, my
supabaseClient.ts looks like this (ignore the keys I have them correctly being passed):Login.tsx looks like this:
This is on version 12.2.2 of NextJS - any ideas? I haven't messed around in the web world for a long time so I am guessing it might be something in my tsconfig that I am missing blindly.
