-
Notifications
You must be signed in to change notification settings - Fork 22
Description
The onSuccess event is never triggered after a successful authentification (from Revolut) and I still stuck on the white screen with the black loader. Any idea ?
To Reproduce
Steps to reproduce the behavior:
- Select a bank (Revolut)
- Go to the authentification Revolut flow
- Success screen from Revolut
- Redirect to Plaid view
- No success event triggered / infinite loader screen
Expected behavior
Get a onSuccess callback
Expo (please complete the following information):
- Version 42.0.0
Smartphone (please complete the following information):
- Device: iPhone6 simulator
- OS: iOS15
Additional context
the last event trigger(onEvent):
{ "eventName": "OPEN_OAUTH", "metadata": Object { "errorCode": null, "errorMessage": null, "errorType": null, "exitStatus": undefined, "institutionId": "ins_120183", "institutionName": "Revolut (ES)", "institutionSearchQuery": null, "linkSessionId": "xxx", "mfaType": null, "requestId": "xxx", "timestamp": "2021-11-05T00:20:58.054Z", "viewName": null, }, }
