plaid / plaid-node

Node bindings for Plaid
https://plaid.com/docs
MIT License
526 stars 173 forks source link

onExit not being called #648

Open MauriMiguez opened 3 weeks ago

MauriMiguez commented 3 weeks ago

We are using Plaid's Flutter SDK and we noticed that the onExit method was not being called.

Initially we submitted an issue on that repo but the author @jorgefspereira pointed that it may be a underlying issue with the Plaid SDK itself.

Here is a brief description of the issue: When triggering the flow to connect a bank account and closing it, it won't send the event of LinkExit. This only happens if the 'X' button is pressed immediately after the flow opens (without pressing 'continue'). However, if the 'X' is pressed after advancing in the flow, the event is emitted correctly.

One thing to keep in mind is that we are using version 3.1.8 of the Plaid's Flutter SDK.

Since the problem was only happening on the Web (not on iOS or Android) we decided to report the issue here. Let me know if this is the correct place.

phoenixy1 commented 3 weeks ago

@MauriMiguez thanks for the report! I'm not able to reproduce this -- is there any chance you'd be able to provide a recording of the repro without the Flutter SDK involved?