Getting a 500 error when deploying on vercel?
Hi guys, thought id try my app out on live but currently I am getting the following error:
This is calling
Looking at the auth logs, the error says:
Anyone ran into these problems before?
I have
This is calling
https://pqxrgqvvtvjseejnwqvh.supabase.co/auth/v1/userLooking at the auth logs, the error says:
"msg": "Unhandled server error: invalid claim: subject missing",Anyone ran into these problems before?
I have
console.log'd my supabase url and key and can confirm both are there, in the enviroment variables hosted on vercel.