My current app users routes like this /myapp/, /myapp//, /myaapp/dept/
My app is currently deployed in an internal http server with NGINX. The other server that acce
I was also having problems here, this is now contemplated in the angular docs: https://angular.io/guide/deployment
NGinx: use try_files, as described in Front Controller Pattern Web Apps, modified to serve index.html: try_files $uri $uri/ /index.html;
NGinx: use try_files, as described in Front Controller Pattern Web Apps, modified to serve index.html:
try_files $uri $uri/ /index.html;