-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[HOLD for payment 2023-09-04] Login - Can't sign in with Apple #25697
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
Comments
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @yuwenmemon ( |
@marcochavezf Can you take a look? |
This is odd. I tried on staging and the response is that the idToken param is missing:
I'm not sure how that's happening. The idToken param is clearly in the Currently spinning up an Android build (need to grab a token from Android to make the local web test work) so I can re-test locally to see if the error is occurring there. ![]() |
At the upper level, we're trying to get the id_token from the object ![]() |
I suppose it's coming from here, would be possible that the structure of the object changes in dev mode? I think we should create some helper function to get the function getIDToken(event){
return lodashGet(event.detail, 'authorization') ? lodashGet(event.detail.authorization, 'id_token') : lodashGet(event.detail, 'id_token');
} At least to fix the deploy blocker and we can check out later why the structure changes, what do you think @lindboe? |
QA'ed the fix on staging and it passes ✅ Going to remove the deploy blocker label |
Actually I guess we are all set to close |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.57-6 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-09-04. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
Uh oh!
There was an error while loading. Please reload this page.
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Issue found when executing PR #23673
Action Performed:
Expected Result:
he user should be able to log in with their Apple account
Actual Result:
The user is unable to log in with their Apple account
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.56-0
Reproducible in staging?: Yes
Reproducible in production?: No
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Bug6173525_bandicam_2023-08-21_23-12-12-379.mp4
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: