Blank modal window with blocked iframe error
-
I’ve been successfully testing orders using PayPal’s sandbox API and PayPal Express Checkout, but I’ve noticed a problem…
When checking out, normally clicking ‘Checkout with PayPal’ opens a new small browser window, then I log in with the sandbox account, confirm, etc. All works fine and the order goes through.
But, if the sandbox buyer account is already logged in before checking out, when the checkout button is clicked, a blank modal window appears (not a browser window as before). In the web inspector there’s an endless loop of errors:
Blocked a frame with origin "http://(development website)" from accessing a frame with origin "https://www.sandbox.paypal.com". The frame requesting access has a protocol of "http", the frame being accessed has a protocol of "https". Protocols must match.
pollMiniBrowser - checkout.js:554Is this just a quirk of using the sandbox?
The topic ‘Blank modal window with blocked iframe error’ is closed to new replies.