NedCrow
NedCrow

Reputation: 101

How fix Azure web app deploy error with VSCode?

I followed quickstart-nodejs guide. Difference is region. guide region is 'eu', my region is 'kor'.

https://learn.microsoft.com/ko-kr/azure/app-service/quickstart-nodejs?tabs=windows&pivots=development-environment-vscode

Error came when after zipping.

오후 3:46:22: Error: request to https://mpexpressapp011.scm.azurewebsites.net/api/zipdeploy?isAsync=true&author=VS%20Code failed, reason: read ECONNRESET

Why and How?

Please help me. (ㅠㅠ)

enter image description here

Upvotes: 9

Views: 6826

Answers (8)

Igor Ferreira
Igor Ferreira

Reputation: 11

It worked after reverting to previous version

Upvotes: 1

Santhosh s
Santhosh s

Reputation: 194

Yes, I also encountered the same issue in INDIA. downgrading the application to Jan Version: 1.64.2 (Universal) resolved the issue.

I am using a Macbook air (M1 chip)

You can download other versions from here

Upvotes: 1

Nik Holden
Nik Holden

Reputation: 21

Same in NZ. New laptop upgrade to V1.66 and would not work. Uninstalled and installed V1.65 and the upload worked. Interestinglky the size of the sipped filed was 1Mb smalled with the 1.66 version (1.66 size of zipped file was 58.3 Mb and 1.65 and below size of zipped file is 59.4 Mb)

Upvotes: 1

Shizu
Shizu

Reputation: 11

The situation was the same in Japan. After hours of trying various things, I was able to find and solve it. I don't know who put it in, but the crime of taking a lot of time from developers around the world is very heavy.

Upvotes: 1

I have experienced that same problem, but I follow the Alberto Recommendation and worked perfectly here, I did downgrade from 1.66 to 1.65.2.

Upvotes: 2

Phil Catterall
Phil Catterall

Reputation: 57

Same issue for me too, deploying in UK SOuth. Rolled back to January (1.64.2 to be safe) and worked perfecty. So I would agree, some new issue in the March release (1.66.0)

Upvotes: 1

Alberto Sanches
Alberto Sanches

Reputation: 31

After rolling back Visual Studio Code update to february, it works again. Looks like the update from VScode broke something.

Aye!!! It worked here too!

Upvotes: 3

DeveloperAlwaysTired
DeveloperAlwaysTired

Reputation: 176

Exactly the same issue since yesterday, Brazil South region. Stopped working out of the blue.

EDIT: After rolling back Visual Studio Code update to february, it works again. Looks like the update from VScode broke something

Upvotes: 15

Related Questions