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 on the 4200 port

See here

But I cannot reach it from the outside ...

See here

Can you help me?

Mourad B
  • 1
  • 2

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

Mourad B
  • 1
  • 2