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

onSuccess callback never triggered #16

Open
jetaix opened this issue Nov 5, 2021 · 13 comments
Open

onSuccess callback never triggered #16

jetaix opened this issue Nov 5, 2021 · 13 comments
Labels
bug Something isn't working

Comments

@jetaix
Copy link

jetaix commented Nov 5, 2021

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:

  1. Select a bank (Revolut)
  2. Go to the authentification Revolut flow
  3. Success screen from Revolut
  4. Redirect to Plaid view
  5. No success event triggered / infinite loader screen

Expected behavior
Get a onSuccess callback

Screenshots
image

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, }, }

@JBaczuk
Copy link
Contributor

JBaczuk commented Nov 7, 2021

@jetaix Are you sure it isn't the bank that is failing to respond? Have you tried another bank? Have you tried it in a web flow?

@jetaix
Copy link
Author

jetaix commented Nov 9, 2021

@JBaczuk Yes I'm sure the bank (Revolut) response a success screen, it's work with another bank, I think it's specific to the Revolut response and how the success url/event is manage by the library.

@jetaix
Copy link
Author

jetaix commented Nov 10, 2021

same issue with a other french bank called CIC

@erikgoins
Copy link

We're having the same issue, the component is returning a HANDOFF event, but not triggering Success.

https://www.loom.com/share/1408eb53bf6d462997f56ef8f604a1be

@arisopop
Copy link

Hello, I am having having the same issue. I can navigate and authorize in Revolut or Barclays, but in the and is not triggering the onSuccess event.

@JBaczuk
Copy link
Contributor

JBaczuk commented Jan 25, 2022

Hello, I am having having the same issue. I can navigate and authorize in Revolut or Barclays, but in the and is not triggering the onSuccess event.

Do you have any idea if there is any network activity, does their server send a reply?

@arisopop
Copy link

Yes, the last event is OPEN_AUTH. I authenticate my bank , i see the success message from my bank but after that is not triggering the onSuccess event.

@gurudewan
Copy link

Anyone know if this is fixed? Deciding where I can use this library

@jordzawada
Copy link

jordzawada commented Nov 14, 2022

Any word here yet? I am just using Plaid sandbox values and no on success event.

The last event I get is "HANDOFF" after I hit continue.

EDIT: I do get a public token back, but the browser does not close itself.

@masiamj
Copy link

masiamj commented Jan 24, 2023

Experiencing the same thing. Any thoughts here?

@JBaczuk
Copy link
Contributor

JBaczuk commented Jan 30, 2023

I'm sorry I don't have time to try to reproduce this issue. If anyone would like to contribute, I'm happy to take PRs. If anyone would like to take over the project, please let me know.

@dcolak8figures
Copy link

Same issue here, onSuccess is not being called. No way to finish linking accounts.

@Laphatize
Copy link
Collaborator

Taking a look at this.

@Laphatize Laphatize added the bug Something isn't working label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants