function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
satish chandra 15satish chandra 15 

I am facing the issue when pushing the code to org Unhandled rejection Error: read ECONNRESET at TLSWrap.onStreamRead

Unhandled rejection Error: read ECONNRESET
    at TLSWrap.onStreamRead (internal/stream_base_commons.js:111:27)
User-added image
 
Juan Miguel Mendoza CruzJuan Miguel Mendoza Cruz
Hi satish,

I have a similar error trying to execute sfdx: force:mdapi:retrieve, to get metada from my Org (Classesflows, objects...).

User-added image

I was trying to get a lot of metadata, I ever do it to have a local copy. But this time I received this error. I fixed it reducing the number of metadata retrieved.

I know you have a different error but I hope this helps you to fix it, maybe pushing less information.

Regards,