Troubleshooting deployments failing with no error message
Last updated
Last updated
This error might pop up if your project's files were recently upgraded/updated to the latest version. Any deployment you try will end up failing instantly.
This error is caused by leftover upgrade markers interfering with the Deploy process. This might happen if your environment was restarted during the upgrade, or the upgrade process encountered some issues.
In order to fix this issue, you would need to use KUDU to remove the leftover marker files.
Access KUDU on the source environment (the one you are deploying from)
Navigate to site
> locks
folder
In the folder, there should be a file named upgrading
, upgrade-failed
or failed-upgrade
. Remove these files.
Repeat the operation on the target environment - it might also have the leftover marker
Once the leftover marker files are removed, your deployments should go through without problems.