Issues icon indicating copy to clipboard operation
Issues copied to clipboard

Uploading a 2GB+ file to the Octopus Built-In repository gives Uncaught (in promise) error

Open felixi-octopus opened this issue 1 year ago • 1 comments

Severity

No response

Version

2024.1.12210

Latest Version

I could reproduce the problem in the latest build

What happened?

When you manually upload a file that's 2GB or over to the Octopus Built-In repository using the Octopus UI, the browser gives a Uncaught (in promise) error in the browser and won't let you upload the file.

image

Reproduction

In Chrome, upload a 2GB zip file using the 'Upload package' button in the Octopus UI on the Built-In repository page. See the Uncaught (in promise) error.

Error and Stacktrace

DOMException: The requested file could not be read, typically due to permission problems that have occurred after a reference to a file was acquired."

More Information

No response

Workaround

Upload the files via the Octopus CLI instead https://octopus.com/docs/octopus-rest-api/cli/octopus-package-upload

felixi-octopus avatar Aug 12 '24 02:08 felixi-octopus