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 navigation to a non-existing catalog, e.g. https://datalab.sspcloud.fr/catalog/my-non-existing-catalog , the GUI appears blank and also enters a bad state where only a refresh will remedy the situation:
This is due to the assertion done here: https://github.com/InseeFrLab/onyxia/blob/main/web/src/core/usecases/catalog/selectors.ts#L157
Proposal for fix is that onyxia redirects to /catalog or some other place if a invalid catalog ID is provided.
/catalog
The text was updated successfully, but these errors were encountered:
fix #865
0392227
cc6ffa1
Merge pull request #872 from InseeFrLab/fix-navigation-invalid
dd15640
05b12ab
Successfully merging a pull request may close this issue.
When navigation to a non-existing catalog, e.g. https://datalab.sspcloud.fr/catalog/my-non-existing-catalog , the GUI appears blank and also enters a bad state where only a refresh will remedy the situation:
This is due to the assertion done here: https://github.com/InseeFrLab/onyxia/blob/main/web/src/core/usecases/catalog/selectors.ts#L157
Proposal for fix is that onyxia redirects to
/catalog
or some other place if a invalid catalog ID is provided.The text was updated successfully, but these errors were encountered: