kemal watcher works when I access root URL during development in the browser, like http://localhost:3000.
But if I want to test subpages, like http://localhost:3000/aaa or http://localhost:3000/aaa/bbb - watcher javascript tries to repeatedly connect to wrong websocket path on the kemal server (websocket runs on the root path/URL, right?).
Is it clear?