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
which for http://localhost:8000/hallo returns ws://localhost:8000/hallo/webio-socket, but we need ws://localhost:8000/webio-socket/hallo for Mux.route("/webio-socket", create_socket) to pick up the request.
Before I make a PR, any info on the best way to test patches in the JS code would be much appreciated. Thanks!
On the current #master, with
Interact v0.10.3
andMux v0.7.1
, Interact widgets with Mux only work on/
:Then the button at http://localhost:8000 works, but not the one at http://localhost:8000/hallo
I believe that @stefan911 found the solution in #241 (comment) but I can't quite figure it out from his comment.
The text was updated successfully, but these errors were encountered: