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
I have installed an angular fullstack app on a headless server, following the tutorial.
When executing grunt serve grunt serve:dist, it is not possible to access the app from outside the headless server, as expressjs will only be listening on 127.0.0.1 (as output from netstat -tulpen clearly shows).
I suggest adding a line explaining how to change that to the documentation. It would have saved us quite some time.
The text was updated successfully, but these errors were encountered:
I have installed an angular fullstack app on a headless server, following the tutorial.
When executing grunt serve grunt serve:dist, it is not possible to access the app from outside the headless server, as expressjs will only be listening on 127.0.0.1 (as output from netstat -tulpen clearly shows).
I suggest adding a line explaining how to change that to the documentation. It would have saved us quite some time.
The text was updated successfully, but these errors were encountered: