Skip to content
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

RefreshTokenAuthErrors after upgrade to 7.158.1 #1615

Closed
thvd opened this issue Jul 8, 2022 · 5 comments
Closed

RefreshTokenAuthErrors after upgrade to 7.158.1 #1615

thvd opened this issue Jul 8, 2022 · 5 comments
Labels
bug Issue or pull request that identifies or fixes a bug

Comments

@thvd
Copy link

thvd commented Jul 8, 2022

Summary

I upgraded to 7.158.1 using sfdx update:

sfdx-cli: Updating CLI from 7.157.0-adf40ea to 7.158.1-fab005f... done

Steps To Reproduce:

  1. Have orgs connected with 7.157.0-adf40ea
  2. sfdx update to 7.158.1-fab005f
  3. Run sfdx force:org:list
  4. see all your orgs display RefreshTokenAuthError

Expected result

Have the orgs stay connected properly.

Actual result

All orgs are no longer available, because of the RefreshTokenAuthError error.

System Information

{
	"cliVersion": "sfdx-cli/7.158.1",
	"architecture": "darwin-x64",
	"nodeVersion": "node-v16.15.1",
	"pluginVersions": [
		"@oclif/plugin-autocomplete 0.3.0 (core)",
		"@oclif/plugin-commands 1.3.0 (core)",
		"@oclif/plugin-help 3.3.1 (core)",
		"@oclif/plugin-not-found 1.2.6 (core)",
		"@oclif/plugin-plugins 1.10.11 (core)",
		"@oclif/plugin-update 1.5.0 (core)",
		"@oclif/plugin-warn-if-update-available 1.7.3 (core)",
		"@oclif/plugin-which 1.0.4 (core)",
		"@salesforce/sfdx-plugin-lwc-test 1.0.0 (core)",
		"alias 2.1.0 (core)",
		"apex 0.13.0 (core)",
		"auth 2.2.2 (core)",
		"community 2.0.0 (core)",
		"config 1.4.12 (core)",
		"custom-metadata 2.0.0 (core)",
		"data 2.0.4 (core)",
		"functions 1.8.0",
		"generator 2.0.2 (core)",
		"info 2.0.1 (core)",
		"limits 2.0.1 (core)",
		"org 2.0.1 (core)",
		"salesforce-alm 54.6.2 (core)",
		"schema 2.1.1 (core)",
		"sfdx-cli 7.158.1 (core)",
		"sfpowerkit 4.2.10",
		"signups 1.2.0 (core)",
		"source 2.0.3 (core)",
		"telemetry 2.0.0 (core)",
		"templates 55.0.0 (core)",
		"trust 2.0.1 (core)",
		"user 2.1.0 (core)"
	],
	"osVersion": "Darwin 21.5.0"
}
@thvd thvd added the investigating We're actively investigating this issue label Jul 8, 2022
@github-actions
Copy link

github-actions bot commented Jul 8, 2022

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.

@maggiben
Copy link
Contributor

maggiben commented Jul 8, 2022

Hello, if you try reauthenticating to the org's does it work ?

@thvd
Copy link
Author

thvd commented Jul 8, 2022

Yes it does. But shouldn't be needed

@shetzel shetzel added bug Issue or pull request that identifies or fixes a bug and removed investigating We're actively investigating this issue labels Jul 8, 2022
@git2gus
Copy link

git2gus bot commented Jul 8, 2022

This issue has been linked to a new work item: W-11404143

@shetzel
Copy link
Contributor

shetzel commented Jul 8, 2022

This is reproducible. The re-auth code doesn't appear to be working since switching to core v3. Running sfdx force:org:display even outputs the warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue or pull request that identifies or fixes a bug
Projects
None yet
Development

No branches or pull requests

4 participants