You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
I'm encountering a 502 Bad Gateway error when attempting to stream a file with a filename longer than 80 characters using the meteor/files (ostrio) package.
Steps to Reproduce:
Create a file with a filename longer than 80 characters.
Attempt to stream this file using the meteor/files (ostrio) package.
Observe the 502 Bad Gateway error.
Expected Behavior:
I expected the package to handle files with filenames longer than 80 characters without causing a 502 Bad Gateway error.
Actual Behavior:
The package throws a 502 Bad Gateway error when trying to stream files with filenames longer than 80 characters.
@Olivier-STI thank you for the report. Please provide:
Request and response HTTP headers
Details on proxy-, file-, web-server
Details regarding 3rd party services netlify, CloudFlare, CDNs, etc
Any reason why you're not on the latest release? ostrio:[email protected] and up had a lot of critical fixes including ones related to Content-Disposition
Issue Description
Summary:
I'm encountering a 502 Bad Gateway error when attempting to stream a file with a filename longer than 80 characters using the
meteor/files
(ostrio) package.Steps to Reproduce:
meteor/files
(ostrio) package.Expected Behavior:
I expected the package to handle files with filenames longer than 80 characters without causing a 502 Bad Gateway error.
Actual Behavior:
The package throws a 502 Bad Gateway error when trying to stream files with filenames longer than 80 characters.
Environment Information
Additional Information
I have noticed that this issue only occurs with filenames exceeding 80 characters. Shorter filenames work as expected.
The text was updated successfully, but these errors were encountered: