• Rajesh.KumarSFDC
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi All .

I am trying to authenticate to sandbox using sfdx using vscode it is working fine when doing from non company netwrok but having an issue when doing from company network .

Tried all the option mentioned in below stackexchange but no luck 
https://salesforce.stackexchange.com/questions/194719/salesforce-dx-proxy-issues?rq=1

Have attached the erro screenshot .
SFDX Authentication Issue

Regards,
Rajesh 

 
When running 
 
sfdx force:org:create -s -f config/project-scratch-def.json -a GeoAppScratch

I am getting:
ERROR running force:org:create:  Socket timeout occurred while listening for results.

Try this:
You may consider increasing the --wait parameter value to increase timeout.
I get the error a few seconds after I run the command and changing the wait parameter does not help. Could the fact that I am behind proxy be the issue? I have set it up as per following:  https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli_firewall.htm? search_text=proxy and I am able to use such commands as sfdx update or sfdx:force:org:open etc.