0

I'm use ng serve --host 0.0.0.0 --disable-host-check but when in I try to run my angular app using the url: "http://server_static_ip:port" from another host it doesn't work. It went on timeout and the browser said:

"ERR_CONNECTION_TIMED_OUT"

How can I fix this problem?

mxmissile
  • 11,464
  • 3
  • 53
  • 79
pippo
  • 1
  • depends on what your network looks like. first thing is is your server accessible from the other host? are there proxies/firewalls involved? – batman567 Mar 12 '21 at 12:38
  • https://stackoverflow.com/questions/43492354/how-to-allow-access-outside-localhost See second answer, maybe you have the same issue. – Richárd Baldauf Mar 12 '21 at 13:59

0 Answers0