Current command: ng serve --host --public $IP:$PORT
Results on my website:
Invalid Host header
The --disable-host-check
flag works fine if you need to run from Cloud9.
I use the following command:
ng serve --open --host $IP --port $PORT --disable-host-check