-
Notifications
You must be signed in to change notification settings - Fork 3
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
Accessing a public project in renku v2 in a fresh browser shows error when listing sessions #725
Comments
These is the cloud storage configuration:
|
Is there any way to reproduce this? Or to have a log trace? |
There probably is... I am on the train with spotty internet connection. So I have captured as much as I can. I suspect the problem is either an expired session or a path where the gateway does not assign this anonymous user header needed by the notebook service to identify an anonymous user. It is probably the latter. And I think I added this to the gateway already in a PR for the new amalthea version. Once I get back into the office in the afternoon I will take a look at the code and figure it out. The notebooks does not try to check the gateway's session cookie (I am pretty sure) and it just spits out that error message. |
The thing is that the anon header should be injected when not logged in, see: renku-gateway/internal/revproxy/middlewares.go Lines 237 to 259 in 7705567
One possibility is that some tokens where expired and could not be renewed. |
I am logged in but my session is perhaps expired... I cannot reproduce this when opening the public project at https://renkulab.io/v2/projects/renku-team/n2o-pathway-analysis with an incognito tab.
Seen on renku 0.57.1.
The text was updated successfully, but these errors were encountered: