Ionic 4 beta URL not working in IIS

Hi,

Im trying to develop a PWA which has browser version also. where im able to navigate from page to page through navcontroller and works super fine when i run project through ionic serve. but when i deploy the build in iis and type the URL in browser it lands me to page not found(error 404).

IIS is not APACHE really.
I think you don’t go do it work correctly in IIS, beacause IIS is orientated in ASP.

Try install APACHE2 y try again.

Is the server configured to redirect all routes to index.html? Otherwise i think the router in the browser won’t work either

More info on @Tommertom’s suggestion here.