-
Notifications
You must be signed in to change notification settings - Fork 51
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
SDK version 4.1.0 exits immediately after launch #260
Comments
Plus one to this, just started working with Plaid so no example of working but exactly the same scenario listed here. Also attempted with this sample app and same result. |
@tadfisher / @dseverns-livefront mind looking with StrictMode? Probably the same issue I filed earlier this week. |
Hi, I double checked that this sample app is not seeing this auto-close issue on 4.1.0. I also built a small demo with compose and I can't reproduce the issue described. Could you please provide a sample app which displays this issue? Thanks, |
@melissaosullivan I tried this with the Plaid sample, only change I made was changing the product to |
@eric-labelle 4.1 was not working for me with and without strict mode enabled and never saw that stack trace. 4.0 works for both configs though. |
@dseverns-livefront I'm not able to reproduce this issue so far. A few questions:
|
@tadfisher @dseverns-livefront I think I've found the issue and addressed this in the 4.1.1 release. Please try out this version. Thanks. |
Sorry, I changed the array in the server config to replace "transactions" with "auth" and yes it was sandbox tokens |
Closing this ticket as this issue has been addressed in 4.1.1. Please upgrade to that version. Thanks for reporting this bug! |
The problem
Using the native SDK, launching via the
OpenPlaidLink()
contract results in a short loading screen, then LinkActivity finishes immediately after calling theworkflow
endpoint. The Link flow works correctly on version 4.0.0, and exhibits this behavior on version 4.1.0.When this occurs, no logs are printed to Logcat (with
LinkLogLevel.VERBOSE
) and we receive aLinkExit result
with all fields set tonull
. No activity is logged with myclient_user_id
in either Logs or Item Debugger.Environment
Steps to Reproduce
Token configuration:
Logs
logcat session
Code To Reproduce Issue
This is a Compose application, but that shouldn't affect much (and this code works with 4.0.0):
The text was updated successfully, but these errors were encountered: