You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running my application with ng serve everything works fine. But after building it with ng build --prod I get ...
ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment:
'assets/pdfjs/web/viewer.html'
Error: Cannot match any routes. URL Segment: 'assets/pdfjs/web/viewer.html'
... at the moment the pdfviewer component should be displayed. What am I doing wrong? Thanks for your help.
The text was updated successfully, but these errors were encountered:
When running my application with
ng serve
everything works fine. But after building it withng build --prod
I get ...... at the moment the pdfviewer component should be displayed. What am I doing wrong? Thanks for your help.
The text was updated successfully, but these errors were encountered: