When I deployed it without cloning the repo the menu was visible, but I need the charts locally
I had an old cookie from an old deployment that’s why it didn’t recognize my user…
Hey I have another question:
How to I use gunicorn in api server?
I see that during the build in the entrypoint.sh you have an env called “CLEARML_USE_GUNICORN”
How do I use it in the helm charts or do I need to build a custom image?
I’m guessing if I can set it trough Helm chart by default, will investigate by the end of the week, ty ScrawnyLion96 to point me on this interesting behavior!
Can you show the logs for the apiserver pod?
This looks like the webapp can't communicate with the apiserver
Returned 400 for users.get_current_user in 3ms, msg=Invalid user (failed loading user)
You can. The server setting for that is auth.cookies.max_age: <int value>
in the apiserver.conf
file
maybe change the session cookie to 24 hours?
users.get_preferences
users.get_current_user
Post reqs fail…
I can add some configurable value then ASAP 👍 will do in next days
Interesting, try hitting F12 and refreshing the page. See if there are any errors in the console.
ScrawnyLion96 , Hey 🙂
Can you provide a screenshot?
simple helm install, didn’t change anything in values