Getting authenticator@postgres error permission denied
I’ve been stuck on this for 3 days now, please any comments will be useful. So basically I am using supabase auth and once a user signs up or logs in there is a custom access token that gets the tenant id and user id from my db and attaches it to the jwt app_metadata. When trying to access my tables (rls disabled) i get the failed to load 400 bad request. In the supabase logs i get authenticator@postgres error permission denied.
From my understanding the authenticator should be switched to anon or authenticated
I am on supabase cli
From my understanding the authenticator should be switched to anon or authenticated
I am on supabase cli