Problem
Users are occasionally seeing a "Redirect to Expensify Classic" modal when clicking the Create Expense button from the Home page, even though they are on a group workspace and should be able to use NewDot.
The showRedirectToExpensifyClassicModal logic was originally added to block users from creating, tracking, or submitting expenses from NewDot if:
- They are on at least one group policy
- None of their group policies have
isPolicyExpenseChatEnabled: true
This was relevant during the migration period, but now all group workspaces have completed the data migration and have isPolicyExpenseChatEnabled: true. The guard is no longer needed and may trigger incorrectly due to race conditions (e.g., OpenApp data not fully loaded yet).
Solution
Remove the showRedirectToExpensifyClassicModal logic entirely, including:
Slack thread: https://expensify.slack.com/archives/C07NMDKEFMH/p1777061645458519
Issue Owner
Current Issue Owner: @mallenexpensify
Upwork Automation - Do Not Edit
- Upwork Job URL: https://www.upwork.com/jobs/~022048784069713016985
- Upwork Job ID: 2048784069713016985
- Last Price Increase: 2026-04-27
Problem
Users are occasionally seeing a "Redirect to Expensify Classic" modal when clicking the Create Expense button from the Home page, even though they are on a group workspace and should be able to use NewDot.
The
showRedirectToExpensifyClassicModallogic was originally added to block users from creating, tracking, or submitting expenses from NewDot if:isPolicyExpenseChatEnabled: trueThis was relevant during the migration period, but now all group workspaces have completed the data migration and have
isPolicyExpenseChatEnabled: true. The guard is no longer needed and may trigger incorrectly due to race conditions (e.g., OpenApp data not fully loaded yet).Solution
Remove the
showRedirectToExpensifyClassicModallogic entirely, including:useRedirectToExpensifyClassichook and its usageshowRedirectToExpensifyClassicModal, including inQuickCreationActionsBarSlack thread: https://expensify.slack.com/archives/C07NMDKEFMH/p1777061645458519
Issue Owner
Current Issue Owner: @mallenexpensifyUpwork Automation - Do Not Edit