We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When an anonymous user tries to access to a disabled shared space via link, the user is stuck in the password page.
There are a couple of things going on:
An error is shown, something like "the target space is currently disabled", or just a generic "an error occurred" if we don't want to give details.
It might be better if we don't ask for the password knowing that the user won't be able to access, although it might be more complex.
Nothing happens. The user can't enter the space, and there is no feedback that indicates an error.
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
OCIS_XXX=somevalue OCIS_YYY=somevalue PROXY_XXX=somevalue
There is a request with a 404 in the network tab, and some errors in the browser's console.
The text was updated successfully, but these errors were encountered:
AlexAndBear
Successfully merging a pull request may close this issue.
Describe the bug
When an anonymous user tries to access to a disabled shared space via link, the user is stuck in the password page.
There are a couple of things going on:
Steps to reproduce
Expected behavior
An error is shown, something like "the target space is currently disabled", or just a generic "an error occurred" if we don't want to give details.
It might be better if we don't ask for the password knowing that the user won't be able to access, although it might be more complex.
Actual behavior
Nothing happens. The user can't enter the space, and there is no feedback that indicates an error.
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
Additional context
There is a request with a 404 in the network tab, and some errors in the browser's console.
The text was updated successfully, but these errors were encountered: