Kirill Merkushev

Results 87 comments of Kirill Merkushev

Please provide environment to reproduce your case

I mean how to setup proxy with non-root context. (Generally speaking, I know how to do this, but I don't remember exact configs and I ask you to simplify the...

Should be resolved with hash-based routing. Please reopen if not

I'm not really in traefik, but `- "traefik.frontend.rule=Path:/selenoid"` looks like you forgot some path rewrite and it just pass `/selenoid` to UI as is. I mean when you call `/selenoid`...

Hmm, yes, `/events` and `/ws/` paths are hardcoded here: - https://github.com/aerokube/selenoid-ui/blob/master/web/src/containers/Viewport/index.js#L125 (updates) - https://github.com/aerokube/selenoid-ui/blob/master/web/src/components/Log/index.js#L52 (for logs) and probably here: - https://github.com/aerokube/selenoid-ui/blob/master/web/src/components/VncCard/VncScreen.js#L54 (for VNC) should use always relative path then or...

Probably it can just reflect the hostname without any cli args

Is that still actual with ggr-ui existence?

We don't have to be crazy about that as well as passing context inside of each method has a different purpose usually from what is expected from the testing lib....

Fix for https://github.com/aerokube/selenoid/issues/771 was released, it could help, can you verify that?

that's not the language, but title of the snippet, isn't it? And plugin is called code title, not language title :) Also, anyway it's pretty often something like java 8...