-
Notifications
You must be signed in to change notification settings - Fork 50
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
[BUG] - Cannot log out via http://localhost:8080/conda-store/ #684
Comments
I tested on Nebari v2023.11.0, on the react app not the jlab extension. Not sure what the conda-store version is, but I believe its the latest release. I can confirm that clicking the Log out button produces some network traffic, the page looks like it reloads, but I am still logged in (Can still see all the environments and the button is still in "Log out" state. No errors in the js console. |
I can confirm that this is an issue in the react app and the extension in the |
Oddly, I cannot reproduce this. Steps I followed:
I can repeat these same steps for port 8000 (version 2024.6.1) and I get the same results. |
I tried to reproduce this on
|
This means that either changes to main have resolved this issue, or this is an issue with how Nebari is handling the logout/authentication. Given that nebari auth is routed through keycloak, this seems the more likely reason. We can close this and I'll open up an issue on Nebari to investigate. |
Describe the bug
Expected behavior
Being able to log out.
Logging out via the UI URL works fine: http://localhost:8000/.
This is important for the jupyterlab-conda-store extension.
It uses only the server URL/ports.
So you're able to log in but not log out.
I've just tested this on Nebari using Keycloak auth as well as with standalone conda-store and jupyterlab-conda-store.
How to Reproduce the problem?
See above.
Output
No response
Versions and dependencies used.
4ed688a - server
4f245dc on top of 1d56d42 - jlab extension
Anything else?
No response
The text was updated successfully, but these errors were encountered: