Tested v0.33.0 and v0.34.0.
Port publishing doesn't work.
I tried restarting and also recreating the shell sandbox.
Any attempt to invoke
sbx ports <sandbox name> or sbx ports sbx ports <sandbox name> --publish 3000
either fails with:
ERROR: list published ports: runtime not found
Or reports success but ports aren't really published, attempting curl from host leads to:
curl: (56) Recv failure: Connection reset by peer
I have a simple HTTP server running on port 3000 inside the sandbox and curl inside it simply returns the 200 response.
It used to work in the past and a certain sbx upgrade destroyed this feature.
Tested v0.33.0 and v0.34.0.
Port publishing doesn't work.
I tried restarting and also recreating the shell sandbox.
Any attempt to invoke
sbx ports <sandbox name>orsbx ports sbx ports <sandbox name> --publish 3000either fails with:
ERROR: list published ports: runtime not foundOr reports success but ports aren't really published, attempting
curlfrom host leads to:curl: (56) Recv failure: Connection reset by peerI have a simple HTTP server running on port 3000 inside the sandbox and
curlinside it simply returns the 200 response.It used to work in the past and a certain sbx upgrade destroyed this feature.