Implementing PayPal Checkout getting CORB issue in Chrome which prevents PayPal Pop up from loading

PMR-5
New Community Member

Following this https://developer.paypal.com/docs/checkout/integrate/

 

The buttons render correctly, but when I click the PayPal button the popup opens, shows the animation then after a few seconds closes

 

In the Console I see this

 

"Error: No ack for postMessage createOrder() and this Error: Unable to delegate rendering. Possibly the component is not loaded in the target window.

 

But I THINK the important one is this:

 

Cross-Origin Read Blocking (CORB) blocked cross-origin

 

If I run Chrome with these settings to switch off CORB:

 

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe --disable-features=CrossSiteDocumentBlockingAlways,CrossSiteDocumentBlockingIfIsolating"

 

The PopUp works 

 

Not sure if this is something that I can resolve or if its PayPal side?

 

thanks

Pete

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.