You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
petr-fischer
changed the title
URL (location) path is probably wrong
URL (location) path in watcher javascript is probably wrong
Mar 28, 2019
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?
The text was updated successfully, but these errors were encountered: