You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##[debug][POST] https://MY_SUPER_SECRET_SITE:443/api/zipdeploy?isAsync=true&deployer=GITHUB_ZIP_DEPLOY&message=<A REALLY LONG QUERYSTRING ARGUMENT CONSTRUCTED FROM ALL THE COMMIT MESSAGES JOINED TOGETHER TO THE TUNE OF A 2917 CHARACTER LONG URL>
##[debug]Could not parse response body.
##[debug]{}
##[debug]ZIP Deploy response: {"statusCode":404,"statusMessage":"Not Found","headers":{"content-length":"103","connection":"close","content-type":"text/html","date":"Thu, 10 Nov 2022 19:56:46 GMT","server":"Microsoft-IIS/10.0","x-powered-by":"ASP.NET"},"body":"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."}
Error: Failed to deploy web package to App Service.
Error: Deployment Failed with Error: Error: Failed to deploy web package to App Service.
Any chance you guys can do a max length check on the proposed url it's about to invoke, using the commit messages strung together in the messages querystring arg, to save stupid people like me from themselves?
The text was updated successfully, but these errors were encountered:
PR for fixing the issue has been merged, changes will be released soon.
So I am closing this issue for now.
After a release, if issue still exists, we can always re-open it.
PR - #226
Just encountered a 404 using azure/webapps-deploy@v2 with the following definition:
And it died with
Any chance you guys can do a max length check on the proposed url it's about to invoke, using the commit messages strung together in the
messages
querystring arg, to save stupid people like me from themselves?The text was updated successfully, but these errors were encountered: