-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[$500] Web - Search – Secondary log doesn’t add immediately in NewDot account. #30834
Comments
Job added to Upwork: https://www.upwork.com/jobs/~01c1bfd5f6d6337d88 |
Triggered auto assignment to @trjExpensify ( |
Bug0 Triage Checklist (Main S/O)
|
Triggered auto assignment to Contributor-plus team member for initial proposal review - @alitoshmatov ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Login list is not updated after refresh and only gets updated after a logout/login What is the root cause of that problem?After the user login, the updated logins list is received in the What changes do you think we should make in order to solve the problem?There should be an extra API endpoint for fetching the User logins list. That we would call when mounting We would add the API call to function openContactMethodsPage() {
API.read('OpenContactMethodsPage');
} And use it as such useEffect(() => {
openContactMethodsPage()
}, []) What alternative solutions did you explore? (Optional)N/A |
@twisterdotcom @zanyrenney @Beamanator @cristipaval since the introduction of this feature has this worked immediately? I feel like it might have the same root cause as we've discussed in this issue where a member's private personal details aren't returned in OpenApp? CC: @grgia |
I don't think this worked immediately. It seems that the backend doesn't send Pusher updates to NewDot in this case, when the secondary login is added in OldDot. By fixing this issue, we will get the login list updated always when we resume the session in NewDot. But there's still a corner case which I'm not sure it's worth a lot to get fixed: if the NewDot App is foregrounded and the user adds a secondary login in OldDot, the secondary login won't be instantly added in NewDot, it will appear when the user moves out of the App and comes back. |
What do we do with other personal settings like updating your name, avatar and timezone? |
Everything is instantly updated to other NewDot clients/devices when they change in NewDot, I don't know if they are also instantly updated in NewDot when they are changed in OldDot, we need to test this. |
Okay cool, what I'm thinking is:
So with that, we likely don't have anything specific to work on in this issue? #2 above will take care of updating when opening the app. |
I totally agree with the above 👍 |
Cool, so I'm going to close this out then. Thanks! |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: v1.3.95-3
Reproducible in staging?: Y
Reproducible in production?: Y
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
Expensify/Expensify Issue URL:
Issue reported by: Applause-Internal Team
Slack conversation: @
Action Performed:
Expected Result:
Account has a secondary login in NewDot.
Actual Result:
Secondary log doesn’t add immediately in NewDot account. It shows up only after relogin.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6262038_1699009001654.secondary_log.1.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: