© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
1 reply
younus.m

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

let { data, error: uploadError } = await supabase.storage
            .from("snapshots")
            .upload(response.name, response);
let { data, error: uploadError } = await supabase.storage
            .from("snapshots")
            .upload(response.name, response);


Upload Error: [TypeError: Network request failed]
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Error while uploading image to storage bucket
SupabaseSSupabase / help-and-questions
6mo ago
Error when uploading to Storage (Swift)
SupabaseSSupabase / help-and-questions
4y ago
error when uploading a file to storage
SupabaseSSupabase / help-and-questions
13mo ago
Internal Server Error when uploading to storage
SupabaseSSupabase / help-and-questions
4y ago