App times out without error
Hello!
I am facing 2 issues
- So I deployed a webapp at http://readbetter.in . The problem is that the app times-out without printing any errors in the log.
I had a similar problem earlier & the Microsoft team got in touch with me, deployed the code on their end & gave me the log details of where the app is breaking. I am using github actions to deploy the code, I don't know is there something wrong in the way I have deployed the code, that it is not giving proper error logs. Please advise on how can I resolve this & have proper error logging in place.
- The application is on node.js framework. When I deploy the app, it goes & checks the code on the uncalled functions & give a "promise rejection not handled" error. Why does the Azure read into the functions not called for? The app with the same code runs fine on readbetterin.herokuapp.com but not Azure.
I am really at a point of frustation coz of this. This is being the first app that I am trying to deploy since I have learnt coding, its really challenging as I don't understand any of this server terminologies to do some deep debugging & I am running short on time to learn Azure/(any servers) in depth, as I am still learning app development.
Thanks
Krishna.