-
Notifications
You must be signed in to change notification settings - Fork 12
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
Android SDK, net::ERR_BLOCKED_BY_RESPONSE #227
Comments
Getting the same error on the iOS SDK. |
Update, after several hours of debugging i tried some different cards from other banks and they work like a charm. So it seems to be a issue between Nordea and Klarna. |
@hampusboas are you still experiencing the issue above? |
Yes =( |
Hi @hampusboas, sorry for the late reply. In order to investigate more this issue we will need more information if you dont mind. Can you please share a video reproducing the error? Also, if you could share the session id would be great. Thanks. |
@polar133 Here is a screen record: https://drive.google.com/file/d/1SqEvqnJuUmCyzBdT2OPYdsT0TnWzy-Fx/view?usp=drive_link I don't have that session id but i have the order_id: 58879f0e-778a-5514-85d1-32da5ee22b74 |
Thanks @hampusboas , we will check it out and be back once we have more info to share. 👍 |
After updating to the latest SDK, the issue is resolved in Android but still persist in iOS. When it tries to load the payment auth i get this error message: 0x1380e9818 - [pageProxyID=33, webPageID=34, PID=2 422] WebPageProxy::didFailLoadForFrame: frameID=561, isMainFrame=0, domain=NSURLErrorDomain, code=18 446 744 073 709 550 617 |
hi @hampusboas can you show a recording of the iOS issue as well? Is still only happening for Nordea? And which integration are you using from the SDK, payments? checkout? |
It looks the same but the the payment screen gets all white on iOS. I get this error code: 0x1380e9818 - [pageProxyID=33, webPageID=34, PID=2 422] WebPageProxy::didFailLoadForFrame: frameID=561, isMainFrame=0, domain=NSURLErrorDomain, code=18 446 744 073 709 550 617 in xcode when i debug. The error appears when it tries to load the nordea identity url. I am currently using KlarnaMobileSDK v.2.6.22 |
This issue is marked as stale because it has been open for 21 days with no activity. |
Hi,
I'm attempting to integrate the Klarna SDK into my Android app using the latest version. However, when I select the credit card payment option and input my card credentials, the form submits and attempts to load an external authentication, in this case Nordea. Nevertheless, the Klarna webview displays the error message "net::ERR_BLOCKED_BY_RESPONSE".
It's worth noting that the implementation works smoothly in playground mode.
Does anyone have a solution to this issue?
Thank you in advance!
The text was updated successfully, but these errors were encountered: