-
Notifications
You must be signed in to change notification settings - Fork 40
[Android] 2.6.0 Adyen, App crashes when searching for address in Add card flow. #604
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
Comments
Hey @DaniyalShaikh-0 Thank you for reporting! Could you share crashlogs from Android Studio? |
Hi @descorp , Apologies for late response. Here are the crash logs for Adyen Search controller issue:
|
Hey @DaniyalShaikh-0
This happens when Android SDK is trying to make a string label out of |
This happens when I search for Address in the field that I showed you above.
previously it seemed to have filled it automatically. Now it crashes (adyen 2.6.0). |
There is a change on latest Android SDK - previously it allowed all fields to be null; but now it expects We will patch it in #611 In future major version we will update JS/TS specks to make it type- and null-safe. For now, to solve this crash, please sanitise data you provide in |
Hey @DaniyalShaikh-0 Released on 2.6.1 |
Hi @descorp , Thankyou, I will check these and let you know |
Describe the bug
App works fine with other payment methods, but once we type something in address search bar inside Add Card flow, the App crashes unexpectedy.
This issue occurs on Android app.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
address search should work and behave same as in 2.5.0
Screenshots
Adyen 2.5.0 Screenshots:
Screenshot 1

Screenshot 2

Before getting to the state as Screenshot 2 , the app crashes on Adyen 2.6.0
Environment (please complete the following information):
OS: Mac OS M1
Browser Chrome
Version React native - 0.78
Node - 20
Adyen - 2.5.0
NEW ARCHITECURE - DISABLED
HERMES - ENABLED
FABRIC - ENABLED
Additional context
I am not facing this issue in version 2.4.0, 2.5.0 of Adyen.
Only facing in Android.
The text was updated successfully, but these errors were encountered: