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 :
And directly from web ui :
And directly from web ui :
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"