static-web-apps-cli icon indicating copy to clipboard operation
static-web-apps-cli copied to clipboard

"Swa deploy" keeps hanging regardless of input parameters.

Open Lucasharskamp opened this issue 10 months ago • 0 comments

Version: 2.0.4 (also present in 2.0.2) Port: 4280

Describe the bug Regardless of what I do (sign out of Azure/SWA, deinstall SWA entirely, include/remove config files like staticwebapp.config.json, remove static web app and make a new one, shut down IIS or any other processes that may have been hanging since swa start) or what input parameters I give (env=, appname, deployment-token, etc etc) the deployment always hangs in the following way:

Image The moment it hits the last line, the entire process deadlocks.

To Reproduce Command: swa deploy ./Output --env Production --verbose=silly --deployment-token [Token]

Desktop: Windows 11, happens on any CLI I open: Powershell, CMD, even GIT terminal.

Lucasharskamp avatar Feb 28 '25 16:02 Lucasharskamp