0

I have an angular app on a Lightsail server. It seems to run correctly

See here

I created the rule in the network tab

See here

But I cannot reach it from the outside ...

See here

Can you help me?

  • Does this answer your question? [How to allow access outside localhost](https://stackoverflow.com/questions/43492354/how-to-allow-access-outside-localhost) – stdunbar Oct 20 '22 at 16:36

1 Answers1

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