it's seems if i remove custom fetch it fix the issue.
maybe relate to the last change in supabase storage
g
garyaustin
03/08/2022, 4:17 PM
If you think the last change https://github.com/supabase/storage-js/pull/44 or the one before it in storage.js broke running code, please report in storage.js issues. Maybe a problem others will start to have. They have been correcting some things in various code that should not have been allowed which is causing a few issues, but not sure on this change.
m
Martin INDIE MAKERS
03/08/2022, 4:22 PM
@User thanks for the link that exactly what i'm looking for now it seems that something related, i still try to understand what
Martin INDIE MAKERS
03/08/2022, 4:38 PM
So i found my issue... i use capacitor http module as http fetch in supabase and since the new version of supabase use fetch for storage too.
it break because capactior http doesn't support multipart...
https://github.com/capacitor-community/http/issues/213
g
garyaustin
03/08/2022, 4:43 PM
I don't know how popular that is, but if you think others might run into it, you might still post an issue for others there. It also provides feedback to the coders on changes breaking running code.
garyaustin
03/08/2022, 4:46 PM
@User You should also post your solution there. The github index shows up in google searches, things here do not.