Marc Jacobi

Results 43 comments of Marc Jacobi

You guys got the DataExplorer to work (port 1234)? I use the same code as posted above earlier with only setting the `isProxied` to false. This made the port appear...

I just noticed in the environment variables of the cosmos container that the protocol is set a weird value. ``` EXPLORER_PORT=1234 EXPLORER_PROTOCOL=PROTOCOL ``` Shouldn't that be http or https?

Adding `.WithArgs("--explorer-protocol", "http")` seem to have fixed it for me. The `EXPLORER_PROTOCOL` environment variable still has that weird `PROTOCOL` value - but the data explorer works now. (Thanks to Egil...