Intermittent issue when uploading files from deno to supabase storage when the files are larger (~10MB) where we receive this "Unspecific protocol error detected". See screenshot of instance of it. I found this deno issue that seems maybe related: https://github.com/denoland/deno/issues/16923 but can't verify which version of deno is being used to see if we've picked up that fix or not.
Steps to reproduce
Intermittent, but upload a large-ish file to supabase.
My experience is that this error usually occurs when one sets a Content-Length header that doesn't match the actual length of the content. Can you confirm this isn't happening here?
Problem description
Intermittent issue when uploading files from deno to supabase storage when the files are larger (~10MB) where we receive this "Unspecific protocol error detected". See screenshot of instance of it. I found this deno issue that seems maybe related: https://github.com/denoland/deno/issues/16923 but can't verify which version of deno is being used to see if we've picked up that fix or not.
Steps to reproduce
Intermittent, but upload a large-ish file to supabase.
Expected behavior
HTTP requests work.
Environment
No response
Possible solution
No response
Additional context
No response