You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon deploying to production, we were unable to create Ibex accounts. From this issue, we discovered that Ibex createAccount failures put our backend in a partial state that it is unable to heal from. A user who has this problem will continue to see failures.
Purpose of this task is to detect when a failure has occurred and re-initialize the Ibex account.
Testing:
- Create integration tests (mock Ibex failure) to verify account is created successfully on second attempt
- Verify happy path account creation still works in tests env
The text was updated successfully, but these errors were encountered:
Upon deploying to production, we were unable to create Ibex accounts. From this issue, we discovered that Ibex createAccount failures put our backend in a partial state that it is unable to heal from. A user who has this problem will continue to see failures.
Purpose of this task is to detect when a failure has occurred and re-initialize the Ibex account.
Testing:
The text was updated successfully, but these errors were encountered: