-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sfdx force:auth:web:login -r https://login.salesforce.com ==> Browser just loads forever. #881
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Try
|
tried but no luck. i also tried going to try installing other versions...
we can not make and edit lwc without sfdx so this is very bad. if anyone finds a work around so we can do our jobs, please share |
Got the same problem today. Here are the last lines when using flag --dev-debug sfdx:WebServer DEBUG Nothing listening on host: localhost port: 1717 - good! +20ms sfdx:WebServer DEBUG socket connection initialized from 127.0.0.1 +5s sfdx:WebServer DEBUG socket connection initialized from 127.0.0.1 +249ms` |
Now, My condition is
I tried to upgrade and downgrade salesforcedx and sfdx-cli Finally, I find my sfdx plugin has auth I uninstall it, then it works Maybe you can try to downgrade salesforcedx to my version |
@grieve54706 Nice, it works for me. Thanks. |
@grieve54706 thanks for the listing 👍 #864 seems same issue. steps
...and used nvm for node version switching
resultsonce
|
I'm experiencing same behavior described here on Windows.
I use this command near daily. Was working normally for me earlier today after no login for a week (vacation). Later today after PC restart browser just hangs after entering credentials as described above. URL it hangs on is: "https://foobar.my.salesforce.com/setup/secur/RemoteAccessAuthorizationPage.apexp?source=foo" when I 'Terminate batch job' from sfdx I land at this URL with 'refused to connect' "http://localhost:1717/OauthRedirect?code=foo&state=bar" I thought maybe has to do with update to Powershell 7.2 I did earlier today, but seems others here are experiencing the problem on linux so probably unrelated. So current theory is VSCode Salesforce Extension Pack plugin updated sfdx (or related package) in the background today and the update introduced this bug. Not familiar with node TBH and don't seem to have npm/nvm commands in my PATH so not sure how to go about replicating the workaround discussed above. Neither have I ever updated sfdx manually so not too keen to mess about with downgrading - esp as that doesn't seem to have directly helped others. Feel free to tell me if I'm missing something dumb, but I'm happy enough for the moment to not bork my install running commands I don't understand. Otherwise hope this info helps people cleverer than me to pinpoint the problem. Happy to provide more info if helpful.
|
Having the same issue. Auth does show in my plugins but I can't uninstall it.
|
My case is I install another auth plugin
|
That worked for me. Thanks!! |
I've been running sfdx force:auth:device:login as a workaround while this issue is open. |
I had the same issue. I effectively had to uninstall salesforce cli; reinstall latest version and then run : With that it's working again for now ... |
This one worked for me, sfdx plugins:install [email protected] |
Hello All,
|
This is fixed (for me at least!) as of sfdx-cli v 7.90.2 see also |
Yep, this is a duplicate of #890 which was fixed by forcedotcom/sfdx-core#384. |
Summary
Short summary of what is going on or to provide context.
Steps To Reproduce:
Expected result
The org should be successfully authorized.
Actual result
Browser loads for ever..
Additional information
The text was updated successfully, but these errors were encountered: