I'm using paypal buttons with javascript SDK in my Blazor WASM project. The button loads perfectly on firefox but not in chrome and gives this error on console : Of the two buttons, the second one works fine (Debit or credit card) but not the first one which allows users to login using PayPal. It opens the modal for PayPal login and keeps on loading and then closes unexpectedly give the error I mentioned above.
... View more