stripe / stripe-js

Loading wrapper for Stripe.js
https://stripe.com/docs/js
MIT License
633 stars 157 forks source link

[BUG]: Unable to retrieve the origin of the event #691

Open st3phcodes opened 4 days ago

st3phcodes commented 4 days ago

What happened?

Our application imports https://js.stripe.com/v2/ . We've been receiving many error messages in our logging channels with the error: Unable to retrieve the origin of the event

From our stack traces, it appears that the error is stemming from the stripe JS file that we use. We also noticed in our stack traces that this error only appears for Android users.

Environment

Android, Chrome

Reproduction

No response

brendanm-stripe commented 4 days ago

Hey @st3phcodes

Can you please say more about this? In particular: 1/ Is this blocking customer payments? 2/ Do you know when you started to observe this? 3/ For context, can you explain more around why you're using Stripe.js v2 and not v3? This is quite old and has been in maintenance mode for some time already.