Error: Only local files should be passed to _locale_parse_js_file() while checkout. It happens on payment method selection.
Install commerce_stripe module and create/configure a new Stripe Payment Gateway and start to checkout an order.
On /checkout/[ORDER]/payment_method you should get this error.
Is: "https://js.stripe.com/v3/": { minified: true}
Should: "https://js.stripe.com/v3/": { minified: true, type: external }
Closed: outdated
1.0
Code