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
After running install.bash
Do you wish to continue installation that include ANALYTICS? [y/n] y
I get the following error:
ERROR: for server Cannot start service server: Ports are not available: listen tcp 0.0.0.0:7000: bind: address already in use
ERROR: Encountered errors while bringing up the project.
Trying to setup formsflow in my mac, following the instructions in https://aot-technologies.github.io/forms-flow-ai-doc/ (Docker Based Installation)
After running install.bash
Do you wish to continue installation that include ANALYTICS? [y/n] y
I get the following error:
ERROR: for server Cannot start service server: Ports are not available: listen tcp 0.0.0.0:7000: bind: address already in use
ERROR: Encountered errors while bringing up the project.
it seems port 7000 is being used by ControlCenter in macos due to a AirPlay feature:
https://developer.apple.com/forums/thread/682332
sudo lsof -i -P | grep LISTEN | grep 7000
ControlCe 60258 tiagograf 5u IPv4 0xbaaf79508113204d 0t0 TCP *:7000 (LISTEN)
ControlCe 60258 tiagograf 6u IPv6 0xbaaf79508444da45 0t0 TCP *:7000 (LISTEN)
The text was updated successfully, but these errors were encountered: