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?

1 Answer 1

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

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .