From 84f5ffc6eb7886dc855a3373ab3777908655a686 Mon Sep 17 00:00:00 2001 From: jamesstottmoj Date: Fri, 26 Apr 2024 09:20:37 +0000 Subject: [PATCH] Added further explanation of first login issue --- doc/running-devcontainer.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/running-devcontainer.md b/doc/running-devcontainer.md index 58b4edf03..fd133f47f 100644 --- a/doc/running-devcontainer.md +++ b/doc/running-devcontainer.md @@ -114,6 +114,8 @@ make serve-sso Then navigate to `localhost:8000` +On first run of the application, after logging in, you will likely run into a HelmError with the message `UPGRADE FAILED: failed to replace object: Job.batch "config-git--jupyter" is invalid`. See the troubleshooting section for a workaround to this issue. + ### Run the worker of the app Open another terminal to run the following line