#codelogix
1 messages ยท Page 1 of 1 (latest)
Hi, what is the specific error? When and where do they see this error? Can you share reproducible steps for me?
The popup is our error message...but the error under the ApplePay button is not...also the ApplePay button should not be showing up in Chrome
Unfortunately it's not easily reproducible, but I've received multiple users reporting the issue.
Hm, as far as I know, Apple Pay does not surface on a Chrome browser. Let me look at this with a teammate.
Right, but it's showing up in Chrome, some of the time for some users.
๐ do you have a link where we can try to reproduce? Can you also share your PRB code?
Are you using a custom Apple Pay button?
Can I DM the code? I don't want to post it to a public channel/thread
We are not using a custom ApplePay button...its being loaded from Stripe
Interesting, I can see it on mobile as well. Let me look further.
๐
Okay yeah this is actually expected and is a result of iOS 16 which brings Apple Pay support to any WKWebView (previously a limitation on Apple's side). See https://webkit.org/blog/13152/webkit-features-in-safari-16-0/ for full details
Does that explain the "Please enter no more than 1 characters" error that is being rendered with the button?
Ah I assumed your integration is throwing that error?
That's what I assumed at first as well...but the ApplePay button is loaded via JS/iframe...and we don't have any validation on our form that would output an error near the ApplePay button.
Yeah okay, give me a few to look into that specifically
I'm pretty positive your integration is throwing this as you can easily reproduce that popup if you don't fill in one of the fields above so there clearly is some validation there that is being triggered.
Thanks for taking a look. I'll keep digging and see if I can reproduce that exact error that is being displayed under the ApplePay button. Thanks again for all your help.