This is error msg in Chrome Console when I try to run my Angular web on server : Error image
-
The actual deployment steps are long, angular.io/guide/deployment#server-configuration so you have to read them through first and make sure you didn't miss any. If the errors persist, enable FRT to learn more learn.microsoft.com/en-us/iis/troubleshoot/…Lex Li– Lex Li2022-06-21 02:43:11 +00:00Commented Jun 21, 2022 at 2:43
Add a comment
|
1 Answer
As your code is not provided, I can only guess. Assets folder is not accessible and this makes me think that your applications base value is not right. Can you check
<base href="/relative_directory_of_your_content_in_the_web_server">
in your index.html and the web server is configured right?