Hello, We have been developing a new application locally and have decided to try and run it in Azure App service. We compile the code using node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod this is due to resource issue we have with ng build --prd.
We compile the code, ftp it to Azure and on first run its throws a popup box internal error. When I take the same code base and running locally using httpserver it runs okay. Any pointers on how to figure out what is wrong.
You can see the site at http://dev.takldit.com
5 Answer(s)
-
0
Hi, have your seen these documents?
Anuglar https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Deployment-Angular-Publish-Azure
jQuery https://docs.aspnetzero.com/documents/aspnet-core-mvc/latest/Deployment-Mvc-Core-Azure
-
0
I did and I followed it, but when I publish I get internal error but no indication of where the error is or logs that I can find.
-
0
Hi, do you still having this problem? When i visit dev.takldit.com, i get a working login screen.
-
0
we figured out the issue late last night
-
0
Ok, maybe you can explain the solution so it can be useful for other people.