Base solution for your next web application
Open Closed

Internal Error when publishing to Azure #7536


User avatar
0
rrader26 created

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)
  • User Avatar
    0
    ryancyq created
    Support Team

    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

  • User Avatar
    0
    rrader26 created

    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.

  • User Avatar
    0
    fvdh created

    Hi, do you still having this problem? When i visit dev.takldit.com, i get a working login screen.

  • User Avatar
    0
    rrader26 created

    we figured out the issue late last night

  • User Avatar
    0
    fvdh created

    Ok, maybe you can explain the solution so it can be useful for other people.