-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
When signing into an account after signing out, you are brought to /r/ instead of a chat #3559
Comments
Triggered auto assignment to @cdraeger11 ( |
Triggered auto assignment to @deetergp ( |
The issue is caused by a race condition of some kind. The There already is a check in place to prevent that from happening, but it is not sufficient, because it checks intermediate data instead of So my proposal is to replace with |
We were able to reproduce this. I this is probably a deploy blocker since this is not reproducible in production. @trjExpensify let me know what you think |
@dklymenk your solution looks good! cc @trjExpensify |
Thanks, John! @dklymenk I've assigned the issue to you and sent the contract in Upwork. Feel free to proceed with submitting a PR for review. Thanks! 👍 |
Hello, the PR is ready - #3634 Thanks. |
…elogin #3559 fix initial route after relogin
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Expected Result:
You are brought to a chat or LHN
Actual Result:
You are brought to
/r/
(web / desktop), or an infinite spinner (ios / android / mweb)Action Performed:
Workaround:
This can be worked around by refreshing the page or restarting the app
Platform:
All platforms
Version: versions after #3535 is merged
Notes/Photos/Videos: https://recordit.co/Iec1NeubJO
Expensify/Expensify Issue URL: https://github.com/Expensify/Expensify/issues/167034
Upwork URL: https://www.upwork.com/jobs/~01ad93ad039876530e
View all open jobs on Upwork
The text was updated successfully, but these errors were encountered: