You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems that when i use the library, weather that's the AdminAuth(key) or using items like storage api through supabase.CreateBucket() im always getting a 401 exception regarding my bearer auth token. in the docs it does not seem to mention this sort of issues and creating buckets is as simple as that?
on closer inspection, in the headers of my .net server side supabase client, i do in-fact have the bearer token as well as an api key there, I don't see why I'm getting these errors when I'm doing it from a trusted backend that i want to have admin privileges on. surely when i run actions from the adminAuth(key) i should not be getting 401 bearer auth token issues?
has anyone run into these issues? its probably something minor i have to do but any help would be vastly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hello,
it seems that when i use the library, weather that's the AdminAuth(key) or using items like storage api through supabase.CreateBucket() im always getting a 401 exception regarding my bearer auth token. in the docs it does not seem to mention this sort of issues and creating buckets is as simple as that?
on closer inspection, in the headers of my .net server side supabase client, i do in-fact have the bearer token as well as an api key there, I don't see why I'm getting these errors when I'm doing it from a trusted backend that i want to have admin privileges on. surely when i run actions from the adminAuth(key) i should not be getting 401 bearer auth token issues?
has anyone run into these issues? its probably something minor i have to do but any help would be vastly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions