Bug report
Describe the bug
The storage api is not working. I just installed the supabase-cli on a new MacBook and the storage is not working, I'm getting a 404 error.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
supabase init
supabase start
- Go to buckets
http://localhost:54323/project/default/storage/buckets
- On the screen is a 404 error. On the toast, the whole 404 page is shown.
- The call to
http://localhost:54323/api/storage/default/buckets is returning a 404.
Expected behavior
There should be a list of current buckets and the ability to create new ones.
System information
- OS: macOS Ventura, v13.2.1
- Version of Node.js: v18.14.2
Bug report
Describe the bug
The storage api is not working. I just installed the supabase-cli on a new MacBook and the storage is not working, I'm getting a 404 error.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
supabase initsupabase starthttp://localhost:54323/project/default/storage/bucketshttp://localhost:54323/api/storage/default/bucketsis returning a 404.Expected behavior
There should be a list of current buckets and the ability to create new ones.
System information