© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•9mo ago•
48 replies
loup

Supabase storage upload not working

Okay I didnt change anything but my upload on storage not working anymore (self hosted instance). In my NextJS when I upload I have :
insert into "objects" ("bucket_id", "metadata", "name", "owner", "owner_id", "user_metadata", "version") values ($1, DEFAULT, $2, $3, $4, DEFAULT, $5) on conflict ("name", "bucket_id") do update set "version" = $6,"owner" = $7,"owner_id" = $8 returning * - invalid input syntax for type uuid: "c1f5e758"
insert into "objects" ("bucket_id", "metadata", "name", "owner", "owner_id", "user_metadata", "version") values ($1, DEFAULT, $2, $3, $4, DEFAULT, $5) on conflict ("name", "bucket_id") do update set "version" = $6,"owner" = $7,"owner_id" = $8 returning * - invalid input syntax for type uuid: "c1f5e758"

And directly from web ui :
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

storage upload not working correctly
SupabaseSSupabase / help-and-questions
3y ago
supabase storage upload issue
SupabaseSSupabase / help-and-questions
4mo ago
upload filelist supabase storage
SupabaseSSupabase / help-and-questions
4y ago
Supabase storage list not working
SupabaseSSupabase / help-and-questions
8mo ago