S
Supabase2w ago
ja

Storage Buckets unable to create folders

I'm trying to create folders inside my storage bucket. And its not letting me. Console logs show a 404. My API key's should be fine I did get them from here
No description
5 Replies
Fieryduck82579
You should be able to find the actual reason if you browse the response the Network Inspector.
ja
jaOP2w ago
okay so i think the create folder on the dashboard does not work made a small script to create a folder and that worked fine
inder
inder2w ago
Try with this studio version supabase/studio:2025.08.11-sha-c538c4d
ja
jaOP2w ago
that worked thank you
inder
inder2w ago
This seems to be an issue with new versions where it checks for publishable and secret keys. self-hosted docker-compose version needs to be updated for that.

Did you find this page helpful?