IVAN PAUL
IVAN PAUL

Reputation: 179

Can't Authorize Dev Hub or Org in SF/VS Code Env. Setup for SF

I'm trying to Authorize Dev Hub in SF, It opens up a browser window to login and once I put my Credentials and click login, The Page Simply Keeps Loading, Never Finishes loading.

I have everything in place, SFDX is installed, VS Code Extensions for SF installed, The Dev Hub is enabled from the App settings.

Saw Various Videos and Articles on this but no solution works in my case. Tried all options available in VS Code Command Palette related to Authorization and also tried doing it using cmd.

Please Help. Thanks in Advance Any Other Information can be provided on demanded.

Upvotes: 1

Views: 3226

Answers (2)

Igor Vasylevskyi
Igor Vasylevskyi

Reputation: 139

Try to install this plugin with the following command: "sfdx plugins:install [email protected]"

Upvotes: 0

Sven Delporte
Sven Delporte

Reputation: 36

You need to make sure that your user profile has access to the connected apps like Salesforce CLI.

I had the same issue. So, I created a permission set and added this set to my user. That solved the problem.

Permission sets

Upvotes: 2

Related Questions