-
Bug
-
Resolution: Fixed
-
Low
-
None
-
1
-
Severity 3 - Minor
-
-
Issue Summary
Users are experiencing performance issues and timeouts when uploading package dependency files to the component. Although files under the 2MB limit should upload successfully, some uploads are failing, resulting in a 500 Internal Server Error. This also affects the automated synchronization with the repository that is linked with a component.
Steps to Reproduce
- Generate a package-lock.json file that contains more than 10000 lines.
- Import the Package dependency by following the instructions at https://support.atlassian.com/compass/docs/manage-package-dependencies/, or allow the repository sync to run automatically.
- The import process fails using both the REST API and the UI, as well as the automated synchronization.
Expected Results
package-lock.json imports all the packages successfully to Compass Component.
Actual Results
The import fails with a 500 internal error via REST api, and no sync happens with automated synchronization.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available