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
This bug was observed on IBIS, which now runs LORIS v23, but I believe that the bug is still there on the main branch.
One of our users uploaded a file using the imaging uploader and the upload seemed to work fine. A success popup was shown but the upload cannot be seen in the results table afterwards. I checked the backend and there's no record of that upload in table mri_upload. I also checked the server file system and could not find the uploaded file in the expected directory. I believe the bug is caused by the upload directory having incorrect permissions that prevent LORIS from ultimately writing the file there. Also, even if the write operation fails, LORIS still signals the user that the upload was a success. Instead, an error message should be displayed when an upload cannot be written in the upload directory.
The text was updated successfully, but these errors were encountered:
This bug was observed on IBIS, which now runs LORIS v23, but I believe that the bug is still there on the main branch.
One of our users uploaded a file using the imaging uploader and the upload seemed to work fine. A success popup was shown but the upload cannot be seen in the results table afterwards. I checked the backend and there's no record of that upload in table
mri_upload
. I also checked the server file system and could not find the uploaded file in the expected directory. I believe the bug is caused by the upload directory having incorrect permissions that prevent LORIS from ultimately writing the file there. Also, even if the write operation fails, LORIS still signals the user that the upload was a success. Instead, an error message should be displayed when an upload cannot be written in the upload directory.The text was updated successfully, but these errors were encountered: