Skip to content
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

Setup Plaid re-authentication flow #1583

Open
smcpeck opened this issue Dec 30, 2024 · 1 comment
Open

Setup Plaid re-authentication flow #1583

smcpeck opened this issue Dec 30, 2024 · 1 comment
Labels
💡 Improvement Improvements to an existing feature or flow

Comments

@smcpeck
Copy link

smcpeck commented Dec 30, 2024

Describe the bug
Some accounts will fail to sync via Plaid.

The syncs table shows some items with the following error:

{
  "display_message": null,
  "error_code": "ITEM_LOGIN_REQUIRED",
  "error_message": "the login details of this item have changed (credentials, MFA, or required user action) and a user login is required to update this information. use Link's update mode to restore the item to a good state",
  "error_type": "ITEM_ERROR",
  "request_id": "0x1234abcd",
  "suggested_action": null                                                                                                                                                                                                                                                  
 }                               

Expected behavior
Maybe should provide the user a way to re-initiate the Plaid login for whichever institution is needing to reestablish a valid session.

What version of Maybe are you using?
Self-hosted, latest container image as of this posting.

@smcpeck smcpeck added the 🐛 Bug Something isn't working label Dec 30, 2024
@smcpeck smcpeck changed the title Bug: Failed sync when re-login is needed Bug: Failed sync when Plaid re-login is needed Dec 30, 2024
@zachgoll zachgoll changed the title Bug: Failed sync when Plaid re-login is needed Setup Plaid re-authentication flow Jan 7, 2025
@zachgoll zachgoll added 💡 Improvement Improvements to an existing feature or flow and removed 🐛 Bug Something isn't working labels Jan 7, 2025
@zachgoll
Copy link
Collaborator

zachgoll commented Jan 7, 2025

Good catch, we'll definitely need to implement this:

https://plaid.com/docs/link/update-mode/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 Improvement Improvements to an existing feature or flow
Projects
None yet
Development

No branches or pull requests

2 participants