Dear Community,
after upgrading to 2.6 the applications using shinyproxy appear to start, but I get a Error Status Code 404 after the container is started and I can’t connect to it. 2.5.1 works fine with same configuration. Is there a breaking chance in the configuration from 2.5. to 2.6 that I missed?
Frank
Found the issue. You need to specify WW_ROOT_PATH differently in 2.6 version.
Use the following line when using ShinyProxy 2.6.0 or later
WWW_ROOT_PATH: “#{proxy.getRuntimeValue(‘SHINYPROXY_PUBLIC_PATH’)}”
Use the following line when using ShinyProxy 2.5.0
WWW_ROOT_PATH: “#{proxySpec.containerSpecs[0].env.get(‘SHINYPROXY_PUBLIC_PATH’)}”
2 Likes