Ismaestro / angular-example-app

Angular 17 Example App + Standalone Components + i18n + EsBuild

Home Page:https://angular-example-app.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue in localhost

Ismaestro opened this issue · comments

Hi Ismael,

first of all compliments for your project!
I have an issue that prefer ask here because I think there is a problem in my configuration...

below the steps:

  1. clone angular8-example-app project;
  2. execute npm install;
  3. execute the build npm run build:ssr
  4. execute the server npm run serve:ssr
  5. navigating on localhost:4000, the site works fine
  6. when switch on ES language (localhost:4000/es) i see a 404 not found page! Why? Seems that angular routing has a priority on express

please help me
thanks!

Already solved with:

925990b#diff-d007283ec37366909987466d15d4e65dR4

The problem was the service worker...