I deployed my app from github repo. The deployment was successful, but my web browser still shows "This page isn’t working [projectname].azurewebsites.net is currently unable to handle this request. HTTP ERROR 500'. The deployment log was following:
Command: "C:\home\site\deployments\tools\deploy.cmd"
Handling Basic Web Site deployment.
Creating app_offline.htm
KuduSync.NET from: 'C:\local\Temp\zipdeploy\extracted' to: 'C:\home\site\wwwroot'
Copying file: 'app.js'
Copying file: 'package-lock.json'
Copying file: 'package.json'
Copying file: 'README.md'
Copying file: '.github\workflows\main_testviolet.yml'
Copying file: 'node_modules\.package-lock.json'
Copying file: 'public\code.js'
Copying file: 'public\index.html'
Copying file: 'public\style.css'
Deleting app_offline.htm
Finished successfully.