Open Kurounin opened 7 months ago
This is because our supabase-storage client hasn't yet implemented the TUS protocol like the JS client has (see here: https://dev.to/supabase/supabase-storage-v3-resumable-uploads-with-support-for-50gb-files-2egd). I'll need to look into what that entails. Always open to PRs if you're interested!
I'm going to see about replacing our HttpClient implementation with the following package: https://github.com/bluetianx/BirdMessenger - which should clear this issue up and add some additional functionality!
Bug report
Describe the bug
When uploading a file which is bigger than 5GB, on the Pro Plan with a global limit of 20GB the following error is returned:
This is triggered because the response is not a json but a 413 error from Cloudflare:
System information