SupabaseS
Supabase7mo ago
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"

And directly from web ui :
Was this page helpful?