-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
SKUs: First credential refresh after upgrade to current nightly fails #35158
Comments
While testing/trying to verify this, I believe I hit #35742. |
After further investigation with @evq, this is more-probably likely brave-intl/bat-go#2281 related. |
And after that landed, we had brave-intl/bat-go#2331 😉 |
Verification
Steps:
Confirmed the
|
Verified
|
example | example | example | example | example | example | example |
---|---|---|---|---|---|---|
example | example | example | example | example | example | example |
---|---|---|---|---|---|---|
Verification
|
example | example | example | example | example | example |
---|---|---|---|---|---|
The first automatic refresh after upgrading to current nightly (1.63.x) is likely to fail in the case that credentials were locally generated in an older version since they would be persisted without a request_id parameter. Currently if request_id is not set it is backfilled with a random value, instead it should backfill to the
item_id
to match server behavior.Steps to Reproduce
Actual result:
Credential refresh fails / may take several tries to succeed.
Expected result:
Credential refresh should succeed.
Reproduces how often:
Desktop Brave version:
Android Device details:
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
The text was updated successfully, but these errors were encountered: