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
In the interactive console run a build command
We get this error log, but otherwise the build seems to work: error:build-engine: updates service failed: build updates service stopped serving: listen tcp 127.0.0.1:8900: bind: address already in use
Maybe we should pass along info to the inner command to not create a build engine service.
Same issue would exist for ftl deploy
The text was updated successfully, but these errors were encountered:
Steps to repro:
ftl dev
build
commandWe get this error log, but otherwise the build seems to work:
error:build-engine: updates service failed: build updates service stopped serving: listen tcp 127.0.0.1:8900: bind: address already in use
Maybe we should pass along info to the inner command to not create a build engine service.
Same issue would exist for
ftl deploy
The text was updated successfully, but these errors were encountered: