Error Encountered While Hosting Angular App on Fully Qualified Domain Name #56
-
When you're trying to host your Angular application on a Fully Qualified Domain Name (FQDN), you might encounter an error message that says "invalid host header."
|
Beta Was this translation helpful? Give feedback.
Answered by
sacredabhishek
Jul 26, 2024
Replies: 1 comment
-
Add |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sacredabhishek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add
--disable-host-check
along withng serve
commandexample command
ng serve --host 0.0.0.0 --port 4200 --disable-host-check