encountering errors after deploying a Nodejs application to Azure web app
Ayodeji Esuruoso
0
Reputation points
I deployed a node.js code written in typescript into an Azure Windows web app using Azure DevOps.
The CI/CD pipeline was successful and whenever I clicked the web app default address, I got an error 404.
I tried deploying it using Local github but the web app shows a blank page.
I noticed that the app is looking out for app.js in the code however, the code has app.tsx since it is written in type script.
This has been given me issues for weeks. Any urgent help will be appreaciated.
Sign in to answer