SupabaseS
Supabase2mo ago
Nexen

supabase storage upload issue

Im using self hosted default supabase behing nginx.
i cannot upload a file in storage from client or from dashboard.

i get:
***/storage/v1/upload/resumable
Request Method
POST
Status Code
401 Unauthorized


and also:
***/api/v1/projects/default/api-keys?reveal=false
Request Method
GET
Status Code
404 Not Found


from client i get:
I/flutter ( 5519): FINEST: 2025-10-30 18:18:40.050484: Request: attempt: 1 POST https://***/storage/v1/object/avatar/b5710545-99c2-4736-983c-d3346f8b1bb2.png {X-Client-Info: supabase-flutter/2.9.1, X-Supabase-Client-Platform: android, X-Supabase-Client-Platform-Version: sdk_gphone64_arm64-userdebug 14 UE1A.230829.036.A1 11228894 dev-keys}
I/flutter ( 5519): FINE: 2025-10-30 18:18:40.235605: StorageException for https://***/storage/v1/object/avatar/b5710545-99c2-4736-983c-d3346f8b1bb2.png
I/flutter ( 5519): StorageException(message: You cannot consume this service, statusCode: 403, error: null)


Why default self hosted supabase has these issues?
Was this page helpful?