Yes. The problem is LiveView’s JavaScript reads window.location.href to say where it’s coming from. In your stack trace, you can see
"url" => "https://myapp.com/dashboards/my_app%4010.21.1.139"
is sent through WebSocket and LiveView (on the server) can’t match which live view sent that.






















