Sometime users may rename or remove local file "accidentally", it will make the saving process stuck like Figure 1.
According to Figure 2, the problem should be that uploading program cannot read file. It seems there is no exception handler.
 |
Figure 1. Saving process stuck when uploading failed.
|
 |
Figure 2. Error in console.
|
Solution
- Open "\Innovator\Client\Modules\core\xxhWorker.js".
- Move to line 31 and modify "onmessage" function.
- Open "\Innovator\Client\Modules\core\vaultUploader.js".
- Move to line 368 and add below code.
- Move to line 491 and modify promise catch handler.
Result
After update vault library, users will get error message (like below figure) to notify that the file doesn't exist, without infinite spinner.
Comments
Post a Comment