I am having a weird problem, I have auth set up using supabase in my NextJS app. Everything worked fine, I switched my main OS to linux. Ever since then I havent been able to log in to my app on dev. I go to my login page, follow the OAuth flow then get redirected back to my main page with a token however I have no user/session.
I have tried on different machines with different OSes and it works perfectly as before. Is there something I am missing thats happening on Linux ?
Also when installing the supabase cli to my project it introduces like 8 vulnerabilities due to dependencies that are outdated. Is that normal ?
I am on NextJS 16