microsoft / vscode-azureappservice

Azure App Service extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice
MIT License
111 stars 94 forks source link

I trying deploy an angular app #1945

Closed JonAlco closed 3 years ago

JonAlco commented 3 years ago

Does this occur consistently? Repro steps:

1. 2.

Action: appService.Deploy Error type: ECONNRESET Error Message: request to https://app-manhattan-store.scm.azurewebsites.net/api/zipdeploy?isAsync=true&author=VS%20Code failed, reason: read ECONNRESET

Version: 0.20.0 OS: win32 OS Release: 10.0.19041 Product: Visual Studio Code Product Version: 1.52.1 Language: en

Call Stack ``` ClientRequest. extension.js:236:264795 ClientRequest.emit events.js:228:7 TLSSocket.socketErrorListener _http_client.js:406:9 TLSSocket.emit events.js:223:5 emitErrorNT destroy.js:92:8 emitErrorAndCloseNT destroy.js:60:3 processTicksAndRejections task_queues.js:81:21 ```
nturinski commented 3 years ago

Please provide repro steps

JonAlco commented 3 years ago

Please provide repro steps

I have currently: Angular CLI: 11.0.2 Node: 14.15.1

"dependencies": { "@angular/animations": "~11.1.2", "@angular/common": "~11.1.2", "@angular/compiler": "~11.1.2", "@angular/core": "~11.1.2", "@angular/forms": "~11.1.2", "@angular/localize": "^11.1.2", "@angular/platform-browser": "~11.1.2", "@angular/platform-browser-dynamic": "~11.1.2", "@angular/router": "~11.1.2", "@angular/service-worker": "~11.1.2", }

"devDependencies": { "angular-cli-ghpages": "^0.6.2", }