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
When attempting to run the refactor on a linux machine, some errors are
encountered. When Asking @philippecamacho about the errors
encountered he provided the error:
`"unable to determine the host for the espresso-dev-node sequencer api"`
This error occurs when the remapping has failed. Comparing the
refactor changes against the original implementation indicated
a slight change in the logic. The change is meant to ensure that
the port is populated correctly on the container port map. However
it only checks the remapped values which are always populated with
the given value. This makes this condition a tautological expression
which will never remap when it should.
This fix changes the inspected value, and also adds a fail-safe to
always process the re-assignment when the `network` is set to
`"host"`.
0 commit comments