Hello everyone,
I just tested version 2024.9.3-rc.1 of Corteza, but the web console no longer appears even though the environment variable HTTP_SERVER_WEB_CONSOLE_ENABLED=true` is set."
Hi @Florent,
This is built built on the fly when compiling corteza server binaries.
To have it work locally you’ll need to build the Web Console client libraries by running yarn build
in the webconsole
directory.
OK, thanks for your reply
If you were using v2024.9.3-rc.1
of Corteza when you experienced this, please note that there was an issue with cache hits during webconsole
build-up process, which has since been fixed.
1 Like
Alright, I’ll give it another try.