Today my uploads broke without me changing anything. Why?
Before, everything worked correctly. You see that "/" ?
I was getting the upload URL from Supabase, something like /object/....
It was working fine before, but now I noticed that the API concatenates two //.
It seems like the API used to remove duplicates before, but now it doesn’t anymore.
I was forced to modify the upload URL by adding the upload url after "v1" to avoid the double //.
In case someone else has issues with APIs paths, you have to check this.