Hello,
My WeWeb no longer has access to my Supabase account, because it’s blocked for CORS, but I haven’t made any major changes. Would you have a solution, I’ve been blocking for hours and my App was working correctly last night
I’ve just fixed the problem, though I’m not sure what caused it or how exactly I resolved it
Hi Prince.
It seems you were having issues with trying to access a certain table or feature in supabase without having the required authentication.
Maybe your app is set up so only authenticated users can see the data and today your user was logged out and that would be the reason you are seeing those errors.
In that case you needed to login again to start seeing all correctly.
Do you think that could’ve been the issue?