Network error when uploading to storage bucket
Hi, for the longest time I was uploading snapshots from my app to a storage bucket but suddenly it stopped working and is now giving me a network error when I try. I use 3 different buckets in different areas and the other 2 still work properly and are almost identical. I tried to create a new bucket and use that instead, it worked for the first two uploads then it started failing again. If anyone else has run into this or something similar, any help would be greatly appreciated. Here's my code and error below:
This is using react native and supabase js
This is using react native and supabase js
let { data, error: uploadError } = await supabase.storage
.from("snapshots")
.upload(response.name, response);Upload Error: [TypeError: Network request failed]