We have been running into an issue lately where our app will stop allowing us to update source. We get the following error via the website (upload source button or put'ing a zip file via the api:
Failed to load resource: the server responded with a status of 504 (GATEWAY_TIMEOUT)
Once this error occurs we have to go in and create a new app. We use the same zip file that failed previous and it works without error. Once we do that we can use the API again and we have no issue. Any thoughts on how we can fix this? We have had to create 4 apps in the last 2 days to do new deployments.
What might be doing it is we have an azure kudu server that we recently hooked up to do builds and it sent a "bad" zip file (one that non windows users can't open) and it looks like once we send a single bad zip file we can no longer update the app.
Failed to load resource: the server responded with a status of 504 (GATEWAY_TIMEOUT)
Once this error occurs we have to go in and create a new app. We use the same zip file that failed previous and it works without error. Once we do that we can use the API again and we have no issue. Any thoughts on how we can fix this? We have had to create 4 apps in the last 2 days to do new deployments.
What might be doing it is we have an azure kudu server that we recently hooked up to do builds and it sent a "bad" zip file (one that non windows users can't open) and it looks like once we send a single bad zip file we can no longer update the app.


