-
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
When adding a direct card feed, we link you out to the bank to authenticate while offline #55096
Comments
Triggered auto assignment to @twisterdotcom ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.When adding a direct card feed, user can go to the next page, and the next btn is not disabled. What is the root cause of that problem?We did not add the FullPageOfflineBlockingView here, and button is not disabled while user is offline App/src/pages/workspace/companyCards/addNew/SelectFeedType.tsx Lines 61 to 71 in 15f0b50
What changes do you think we should make in order to solve the problem?
const {isOffline} = useNetwork(); Then pass a new prop to the
isDisabledAssignCardButton={!selectedFeedData || !!selectedFeedData?.errors || isOffline} What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?What alternative solutions did you explore? (Optional) |
please assign me here, Probably not open for proposals , maybe CallStack would work on this as part of project , right @mountiny ? |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number:
Reproducible in staging?:
Reproducible in production?:
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?:
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: @joekaufmanexpensify
Slack conversation (hyperlinked to channel name): ts_external_expensify_convert
Action Performed:
Expected Result:
Authenticate via bank mode not displayed when User is in offline
Actual Result:
Authenticate via bank mode displayed. Same result observed when you try to assign cards while offline and need to authenticate first.
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
2025-01-10_12-01-43.mp4
2025-01-10_12-18-15.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: