postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.78k stars 837 forks source link

Can't login with VSCode Extension #12739

Open GasparYYC opened 3 months ago

GasparYYC commented 3 months ago

Is there an existing issue for this?

Describe the Issue

I work from a VirtualDesktop behind a Proxy. VSCode works fine with multiple extensions. I have internet access and everything works fine. I installed the Postman extension and when I click on the login I get:
Could not login: Network error (maxContentLength size of -1 exceeded) (Source Postman)

I've added to my C:\Users\UserName\AppData\Roaming\Code\User\settings.json the last two lines but made no difference:

.
.
.
    "editor.fontFamily": "Berkeley Mono",
    "editor.fontLigatures": true,
    "database.nls.length": "CHAR",
    "sqldeveloper.logging.level": "TRACE",
    "postman.telemetry.enabled": false,
    // The proxy setting to use. If not set will be taken from the http_proxy and https_proxy environment variables
    "http.proxy": "http://proxyvdi.company_name.corp:8080",
    // Whether the proxy server certificate should be verified against the list of supplied CAs
    "http.proxyStrictSSL": false    
}

Note: The proxy value is from Windows Settings -> Network & Internet -> Proxy

Any advice??

Thanks in advance -G

Steps To Reproduce

Not applicable

Screenshots or Videos

Not applicable

Operating System

Windows

Postman Version

0.19.1

Postman Platform

Other

User Account Type

Signed In User

Additional Context?

No response

GasparYYC commented 3 months ago

I am not sure how to generate a trace or logs. If you point me in the right direction I will generate and include in this request. Thanks