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
I'm am trying to get a remote debug session working and can only get it to work with network_mode: host. Unfortunatly that is not an option as the running SPA clients needs to resolve other services via the internal docker DNS service names.
Thanks for the report. I'll try and look into it, but up front I don't know when. I'll set myself a reminder for the first week of 2024, and see what I can figure out.
Hi
I'm am trying to get a remote debug session working and can only get it to work with
network_mode: host
. Unfortunatly that is not an option as the running SPA clients needs to resolve other services via the internal docker DNS service names.What does work with
network_mode: host
tunnel directly into the device with
or with a balena tunnel (for real remote devices) and then a tunnel trhough that tunnel
The debug session shows up at chrome://inspect/devices#devices but the SPA is not loaded or not working correctly.
So this seems a configuration issue. What coudl it be...
My docker-compose.yaml
The text was updated successfully, but these errors were encountered: