denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

[Bug]: Unspecific protocol error detected #582

Open millisecond opened 10 months ago

millisecond commented 10 months ago

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.

Screenshot 2024-01-05 at 12 12 11 PM

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

piscisaureus commented 10 months ago

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?