Azure App Service Windows, deploying Angular 19.2 SSR, node crash on startup
Sascha Beltz
0
Reputation points
Hi all, we are deploying an Angular 19.2 SSR enabled app with an ASP.NET Core backend to an Azure App Service.
We do use hybrid rendering with server routing: https://angular.dev/guide/hybrid-rendering#configuring-a-nodejs-server
We then followed this guide for deploying the app: https://azureossd.github.io/2024/07/30/Deploying-Angular-SSR-to-App-Service-Windows/ (written by @Anthony Salemo (Insight Global) ?)
On app start we run into HTTP 500.1001 errors which we can trace back in node.js error log. We do see the error message:
Error: Angular app engine manifest is not set. Please ensure you are using the '@angular/build:application' builder to build your server application.
at Jh (file:///C:/home/site/wwwroot/wwwroot/server/chunk-23QFEN7G.mjs:47:2087)
at
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
Sign in to answer