Skip to content

Issue with taggersImport file blocking entire process - reported on 08 Sep 2021

Yogmatee Roochun requested to merge dev into master

In files.js (fileUpload function), I removed the deletion of each file from the tmp folder after it has been uploaded to GridFS. The entire tmp folder is deleted at the end of the process, so deleting each file after uploading to GridFs is unnecessary. Processing the package - EMS127049v1.tar.gz is throwing an exception after uploading to GridFS because it trying to access an image file in tmp after uploading to GridFS. This happens only for that specific package.

Merge request reports