You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser and OS: Android 10, Android 12, Android 14
Issue description
During the last days, in my app and just on some devices, is not possible to complete a PayPal payment because an error occurs:
the user clicks on the button to start the payment
the user adds the credentials and at the second click on the button to confirm the payment, the page is not loaded
On the logcat I have this specific error: [INFO:CONSOLE(1)] "Refused to display 'https://www.sandbox.paypal.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.", source: chrome-error://chromewebdata/ (1)
How can I solve this issue please?
The text was updated successfully, but these errors were encountered:
@fradev94 this was a known issue due to a change in how Chrome handles cookies. It looks like it is fixed now. Can you confirm if you are still seeing this issue?
General information
Issue description
During the last days, in my app and just on some devices, is not possible to complete a PayPal payment because an error occurs:
On the logcat I have this specific error: [INFO:CONSOLE(1)] "Refused to display 'https://www.sandbox.paypal.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.", source: chrome-error://chromewebdata/ (1)
How can I solve this issue please?
The text was updated successfully, but these errors were encountered: