Part of the New Dot Onboarding for 1-50 Companies project
Main issue: https://github.com/Expensify/Expensify/issues/476894
Doc section: N/A
Project: https://github.com/orgs/Expensify/projects/193/views/1
Steps
- Sign into newDot with a new account.
- Open network tab. Enable preserve log.
- For onboarding select "manage my team", size "51-100", accounting package "None".
- You'll be redirected to oldDot.
Expected Result:
The API command CompleteGuidedSetup should always be called.
Actual Result:
From the network log, after being redirected to oldDot the command CompleteGuidedSetup is not always called.
It seems like there is a race condition here becomes sometimes locally i see we're getting CompleteGuidedSetup called while sometimes we're not.
Solution
Investigate why CompleteGuidedSetup is not always called and ensure its always called after newDot onboarding regardless if we remain in newdot or route to oldDot.
The relevant code is here - https://github.com/Expensify/App/blob/main/src/pages/OnboardingAccounting/BaseOnboardingAccounting.tsx#L216.
Issue Owner
Current Issue Owner: @
Issue Owner
Current Issue Owner: @RachCHopkins
Part of the New Dot Onboarding for 1-50 Companies project
Main issue: https://github.com/Expensify/Expensify/issues/476894
Doc section: N/A
Project: https://github.com/orgs/Expensify/projects/193/views/1
Steps
Expected Result:
The API command
CompleteGuidedSetupshould always be called.Actual Result:
From the network log, after being redirected to oldDot the command
CompleteGuidedSetupis not always called.It seems like there is a race condition here becomes sometimes locally i see we're getting
CompleteGuidedSetupcalled while sometimes we're not.Solution
Investigate why
CompleteGuidedSetupis not always called and ensure its always called after newDot onboarding regardless if we remain in newdot or route to oldDot.The relevant code is here - https://github.com/Expensify/App/blob/main/src/pages/OnboardingAccounting/BaseOnboardingAccounting.tsx#L216.
Issue Owner
Current Issue Owner: @Issue Owner
Current Issue Owner: @RachCHopkins