PricingBlog

What changed with path / ?

  • uunicode-1486807912641724546

    unicodes

    14 hours ago

    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.
    1486807913858334922-Screenshot_2026-03-26_at_21.21.42.png
    1486807913250033847-Screenshot_2026-03-26_at_21.17.28.png