Hello,
since I do not have a Github account, I kind of use this as a bug report.
If that is not the expected way just let me know.
When uploading a folder, the upload routine got stuck at one point. By further investigation, I found that there is a typo/c&p mistake in WebApplication/src/components/UploadHandler.vue line 163, which causes the entire upload process to stop:
console.error(‘uploadFiles’, err); → console.error(‘uploadFiles’, error);
Best regards,
David