@BT Thanks for posting this question.
From the browser F12 trace, I see the following error: crbug/1173575, non-JS module files deprecated. (screenshot below)
Just to clarify, does the WebApp work locally fine?
Kindly review the configurations, URL and routes, Node.exe location, Cors/plugins, web.config configuration for correctness etc.
For your Node.js application to run in Azure, it needs to listen on the port provided by the PORT environment variable.
In your generated Express app, this environment variable is already used in the startup script bin/www (search for process.env.PORT). Port 80/443.
Navigate to the Kudu debug Console site https://yoursite.scm.azurewebsites.net/DebugConsole
Go into your **site/wwwroot directory and review the files.
Please check this discussion for isolating the such errors.
Note: Please do not share any PII data on the public forum
Additionally, you may also leverage App Service diagnostics from Azure Portal, it reduces the chance of trial and error and expedites problem resolution by recommending potential solutions.
To access App Service diagnostics, navigate to your App Service app in the Azure portal. In the left navigation, click on Diagnose and solve problems – Checkout the tile for “Diagnostic Tools” and “Availability and Performance” and/ checkout the other tiles.
