-
Notifications
You must be signed in to change notification settings - Fork 119
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
PlaidLink is closed right away after the loading circle appears #620
Comments
I just created a brand new react native app (0.73.2) and tried to use the PlaidLink Pressable component with the same result. Though this time I didn't need to do the gradle hacks as above, so the plaid android sdk must line up better with the latest react native sdk. |
@jdconley thanks for reporting. I am unable to reproduce this issue on Android 13. I used the token from your logs here are the results link-loading.movIt also looks like there is a crash occurring in the logs
Does this issue only occur on Android 14? |
@jdconley I've confirmed the issue is specific to Android 14 and I can reproduce it. I'll report back once I have an update. |
Thanks! FYI I also downgraded to the 10.x version of the Plaid Link RN SDK and had the same result. 9.x doesn't build with modern RN due to some gradle plugin incompatibilities. |
@jdconley are you using the same token? Do you have the same result on sandbox? I was able to reproduce the issue once, but after trying another token the UI did load as expected. Oddly enough it will also now load with the token provided in the logs 🤔 |
That's... unfortunate. I was testing with that token but I can generate a new one. How about |
It's very inconsistent for me. Some times it loads and some times it exits right away. I think I have all the information I need for now. Thanks for the help 🙏 |
Still UI does not load even with newly created tokens on SandBox. The UI loads with an error message only when the token is expired. Do you have some suggestions? |
I just loaded up Android 13 in a simulator to see if I could test the feature there. It is reproducing for me on Android 13 API 33 as well in the arm64 simulator. |
@ChanukaSandeepa @jdconley I was able to reproduce this issue in version 4.1.0 of our android SDK. We are working to resolve the issue. In the meantime you can use a version of the RN sdk that doesn't use version Please let me know if you have issues with either of those SDKs. I will post an timeline update as soon as I have one. Thanks for your patience 🙏 |
The UI does not loads for v11.1.0 and I'm getting a crash for v10.9.0. The crash says Here is the code example,
|
I resolved the problem by clearing cache and rebuilding the app with v11.1.0. Thank you! |
Hi I've released v11.3.0 && v10.11.0 which revert the Android SDK to 4.0.0 or 3.14.1 neither of which has this issue. Additionally, versions 11.2.0 and 10.10.0 are deprecated. I will leave this issue open until we have an updated Android SDK and we confirm the issue no longer exists. For now using the latest SDK will avoid this problem 🙏 |
The problem
The Link UI isn't displaying on our Android app. There are some warnings and errors in the logs that might be relevant.
Environment
Steps to Reproduce
In order to get the app to compile I did some version mappings in gradle as shown in #608 :
Create a link token and then attempt to open the link UI. The UI doesn't display.
Expected Result
Link UI to display.
Screenshots
Link never displays it's just my app.
Logs
Code To Reproduce Issue
A very basic link open.
The text was updated successfully, but these errors were encountered: