Supabase dashboard storage service role 404 response (local instance)
I'm currenly developing with a local environment set up.
I added a bucket using the sql editor, then I went to the storage tab, and the bucket is there. When I try to add a folder, it immediately shows the folder on the dashboard, but it's silently failing. If I refresh, the folder isn't there.
No problem doing other things like editing tables.
Tried doing
Here's the response headers when I add the folder:
The storage settings page also loads infinitely
I made a quick python script to make a folder and upload files to it, and it works. Then I deleted the files from the dashboard, and that works too.
I added a bucket using the sql editor, then I went to the storage tab, and the bucket is there. When I try to add a folder, it immediately shows the folder on the dashboard, but it's silently failing. If I refresh, the folder isn't there.
No problem doing other things like editing tables.
Tried doing
supabase db reset and tried clearing cookies.Here's the response headers when I add the folder:
The storage settings page also loads infinitely
I made a quick python script to make a folder and upload files to it, and it works. Then I deleted the files from the dashboard, and that works too.