Mourad B Asked: 2022-10-19 11:45:45 +0800 CST2022-10-19 11:45:45 +0800 CST 2022-10-19 11:45:45 +0800 CST Lightsail amazon - Can't reach port 772 I have an angular app on a Lightsail server. It seems to run correctly See here I created the rule in the network tab on the 4200 port See here But I cannot reach it from the outside ... See here Can you help me? port angular 1 Answers Voted Best Answer Mourad B 2022-10-22T09:15:30+08:002022-10-22T09:15:30+08:00 I find the solution. You have to run ng serve with the sudo and host option . Then access to your server in http if you didn't set the ssl. sudo ng serve --host 0.0.0.0
I find the solution.
You have to run ng serve with the sudo and host option .
Then access to your server in http if you didn't set the ssl.
sudo ng serve --host 0.0.0.0