moonshineshadow: Well I suspect the redirect has something to do with blocking something called "
https://cdn.siftscience.com/s.js". Because when I checked the browser console, there is a nice error showing up.
Laden fehlgeschlagen für das <script> mit der Quelle "://cdn.siftscience.com/s.js". 1ed804ac0bb9:1:1
unhandled_error
Object { err: "/graphql returned status 401\nf/<@.paypal.com/smart/buttons?locale.country=US&locale.lang=en&style.label=pay&style.layou t=horizontal &style.color=blue&style.shape=rect&style.tagline=false&style.height=36&components.0=button s&…", timestamp: "1564760965213", referer: "www.paypal.com", uid: "b1fa1b21ed_mtu6nde6mzy", env: "production" }
buttons:864:29043
Error: /graphql returned status 401
mrkgnao: I found a solution for my case.
I use Privacy Badger to block trackers. Per tracker, I can set three levels of access: Fully block (RED), Allow but block cookies (YELLOW), Fully allow (GREEN).
My relevant settings earlier on (when checkout failed) were:
- www.paypal.com YELLOW
- cdn.siftscience.com RED
I tried several combinations of these (and other trackers) and the following finally worked:
- www.paypal.com GREEN
- cdn.siftscience.com RED
So it seems checkout now requires PayPal cookies to be allowed (wasn't the case before), but I can block cdn.siftscience.com and checkout still works (for me).
Thank you so much. This is the solution for me too.