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
Hey @thesyedbasim, by default storage buckets are private and have RLS turned on. If you want to list objects from the bucket, the user must have the appropriate read policy attached or use the service role key to completely bypass access control for the bucket.
Bug report
Describe the bug
The .list() method in supabase.storage.from('') is not seem to be working.
To Reproduce
You can copy this snippet and add it to your code which is connected to supabase.
Expected behavior
List of all images should be returned.
System information
The text was updated successfully, but these errors were encountered: