#theuknowner

1 messages · Page 1 of 1 (latest)

glossy fossilBOT
cloud sandal
#

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.

plush phoenix
#

Sometimes also, the request is canceled automatically

#

@cloud sandal have you checked the delay in sandbox with Paypal integrated to ExpressCheckoutElement?

cloud sandal
#

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.

plush phoenix
#

I get this delay every day. At the night the delay is ~ 6.5 seconds and in day ~3-4 seconds

#

Failed to load response data

cloud sandal
#

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?

plush phoenix
#

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

cloud sandal
#

Does it prevent anything from working?

plush phoenix
#

Yes, sometimes the paypal button doesn't load at all

cloud sandal
#

And it doesn't load due to this URL not loading?

plush phoenix
#

I don't know. Is it normal to get an error?

cloud sandal
#

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.

plush phoenix
#

The status I get in dev network is canceled

cloud sandal
#

Does it say what canceled it?

plush phoenix
#

No

cloud sandal
#

Can you provide a screenshot?

plush phoenix
#

You can reproduce it, just create a PaymentElement and an ExpressCheckoutElement with Paypal enabled

cloud sandal
#

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?

plush phoenix
cloud sandal
#

If you click on one of those, in the left column, are there any useful details in the tabs that appear on the right?

plush phoenix
#

Initiator elements-inner-checkout, so something blocks from this

#

Payload: id, origin

cloud sandal
#

If you try to load that page directly in your browser do you get an error?

plush phoenix
#

Sometimes the request succeeds sometimes not, like in the screenshot I sent you

cloud sandal
#

Can you try a different connection?

plush phoenix
#

One sec to try with an other connection

#

Nothing changed, same error

cloud sandal
#

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?