running a ionic angular code using gitpod.io is shows compile successfully message in terminal but the browser shows Invalid host header, error how to resolve this?
I'm trying to resolve this error any one can help with correct answer
running a ionic angular code using gitpod.io is shows compile successfully message in terminal but the browser shows Invalid host header, error how to resolve this?
I'm trying to resolve this error any one can help with correct answer
Use "ng serve --host 0.0.0.0 --port 4200 --disable-host-check true", update npm start command in package.json accordingly