I am trying to deploy my Node web app through Azure via git. I run "git push azure master" and it runs fine until I get these errors.
Which provides no explanation at all.
When I run "npm start" from kudu, it works perfectly, however when I go to visit my app, it hangs for about 10 seconds and returns a 500 internal server error.
I've tried to redeploy through the Azure portal, however I get this error:
"Failed to redeploy deployment ps-expressfan. Heuristics indicate WebApiClient request timed out. Uri: https://management.azure.com/subscriptions/ef93ad39-d5ab-477c-bce6-301c1aa8d2e1/resourcegroups/ps-expressfan/providers/Microsoft.Web/sites/ps-expressfan/deployments/95496d083f14528cd55aab6715bbb1fce1030ff2?api-version=2016-03-01 Timeout: 00:01:00"
I am using a Standard Application Service Plan.
I've tried to deploy even the simplest app, yet I still get this error.
Thanks
via Raja Weise
No comments:
Post a Comment