I have an angular app on a Lightsail server. It seems to run correctly
I created the rule in the network tab
But I cannot reach it from the outside ...
Can you help me?
I have an angular app on a Lightsail server. It seems to run correctly
I created the rule in the network tab
But I cannot reach it from the outside ...
Can you help me?
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