Hello Shopify Community,
I am facing an issue with loading an external Mux video player in my Shopify theme editor. The video player works perfectly fine on the live website, but in the Shopify theme editor, I am encountering a manifestLoadError. Below is the detailed error message I am receiving:
[mux-player 2.7.0] MediaError data:
context: Object { level: 0, responseType: "text", type: "manifest", … }
details: "manifestLoadError"
error: Error: A network error (status 0) occurred while loading manifest
fatal: true
loader: Object { loader: {…} }
networkDetails: XMLHttpRequest { readyState: 1, timeout: 0, withCredentials: false, … }
Here is the relevant part of my HTML code:
{{ "[https://cdn.jsdelivr.net/npm/@mux/mux-player](https://cdn.jsdelivr.net/npm/@mux/mux-player)" | script_tag }}