Base solution for your next web application

Activities of "jhess"

I am using Core 3.1 Version with Angular and I am having some trouble with the error modal which is shown when an Exception get's thrown in an application service. To avoid it, i used the second callback parameter of the subscribe method where i handle the exception. It works perfectly in the DEV environment, but when i publish it to production i always get the error modal, no matter if i provide a callback or not.

I build my angular-app with ng build --prod --base-href=/<app-name>/

I also tried using the local DEV build of the angular app with the backend production environment, and this also worked as intended - no error modal. This makes me think the error has to be somewhere in the angular project or in it's production build.

Thank you in advance!

Showing 1 to 1 of 1 entries