#theuknowner
1 messages · Page 1 of 1 (latest)
Hello! We can only account for delays on Stripe's end. If there's a delay on PayPal's end you would need to contact them about it.
Sometimes also, the request is canceled automatically
@cloud sandal have you checked the delay in sandbox with Paypal integrated to ExpressCheckoutElement?
Yes. I'm not seeing a delay on my end. Could be something specific to your region, or maybe I'm hitting a different PayPal server than you are.
I get this delay every day. At the night the delay is ~ 6.5 seconds and in day ~3-4 seconds
I get an error from this url also -> https://b.stripecdn.com/stripethirdparty-srv/assets/v18.3/PaypalECS.html
Failed to load response data
For the PayPal delay you need to contact PayPal to report it and ask for further assistance. For the error from the Stripe URL, can you provide more details?
Yes, I use:
"@stripe/react-stripe-js": "2.3.0",
"@stripe/stripe-js": "2.1.6",
I have set an ExpressCheckoutElement with Paypal enabled and a PaymentElement
When the form is loading, I get this error when I have enabled paypal
Does it prevent anything from working?
Yes, sometimes the paypal button doesn't load at all
And it doesn't load due to this URL not loading?
I don't know. Is it normal to get an error?
No. Can you provide more details about the error?
For example, can you provide the details in the Network tab of the browser dev tools when this URL fails to load?
The Network tab needs to be open before you attempt to load it.
The status I get in dev network is canceled
Does it say what canceled it?
No
Can you provide a screenshot?
You can reproduce it, just create a PaymentElement and an ExpressCheckoutElement with Paypal enabled
I cannot reproduce it.
I've tried.
Does this happen if you use a different Internet connection? Like one with a different ISP?
Can you try by tethering to your phone, or something like that?
If you click on one of those, in the left column, are there any useful details in the tabs that appear on the right?
Initiator elements-inner-checkout, so something blocks from this
Just the request url https://b.stripecdn.com/stripethirdparty-srv/assets/v18.3/PaypalECS.html
Payload: id, origin
If you try to load that page directly in your browser do you get an error?
Sometimes the request succeeds sometimes not, like in the screenshot I sent you
Can you try a different connection?
Ah, sorry, I missed that you said nothing changed.
What happens if you run curl -v https://b.stripecdn.com/stripethirdparty-srv/assets/v18.3/PaypalECS.html at the command line? Does it fetch the page successfully?
Oh, another question, does this also happen in incognito/private browsing mode?