-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Contact Details
Describe the bug
If I download a package (GET /packages({packageID}
) with DB enabled (--with-db
) I'll get an error message stating that the file is used by another process. If I disable the DB support the download works as expected.
To reproduce
Start server with DB support and try to download package via GET /packages/{packageID}
Screenshots
Expected Behaviour
Download of package should work even with DB enabled.
Version
main
Operating System
Docker, Linux
Relevant log output
{
"Messages": [
{
"Code": "InternalServerError",
"CorrelationId": null,
"MessageType": "Error",
"Text": "The process cannot access the file \u0027/tmp/tmpU8KUuY.aasx\u0027 because it is being used by another process.",
"Timestamp": "02/24/2025 14:56:03"
}
]
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working