-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashing the osjs when uploading a file in dynamic mountpoints that not found #87
Comments
Maybe you can recover from this ? Like having the service where you set up these mountpoint store the current state somewhere, and this is loaded when the service starts up ? |
thank you @andersevenrud. I have used this here as well and it has not crashed |
Try this instead: #88 |
Thank you very much. |
Excellent! I really should have seen that edge case when I worked on the previous fix... but at least now I think we have every hole patched up. Thanks for all the reports! I published a new version with the patch. Can this issue be closed now ? It was kind of a discovery and a bug combined, and I'm not sure if my response to the mountpoint stuff answered your needs 😅 |
Thank you @andersevenrud . |
I am impatiently waiting for your patch version update. @andersevenrud. |
Oh... I forgot to push my changes to github and only published to npm. Repo has been updated! |
hi @andersevenrud .
When the server is restarted, the dynamic mountpoints will be deleted from the server.
And the client doesn't notice this change.
If the user clicks on the mountpoints, gets a 403 error:
But if the user uploads a file in the mountpoint client at the same time when mountpoint is not on the server, the server will crash:
The text was updated successfully, but these errors were encountered: