If a Mux video player is not loading on certain CMS-generated pages in Webflow, the problem is likely due to missing dynamic content, custom code issues, or external script loading errors.
In your CMS Template Page, locate your Mux embed implementation (usually inside an HTML Embed).
Make sure your embed code is correctly referencing the dynamic binding. For example, if you're embedding a Mux player, check that the embed references the dynamic field like:
"https://stream.mux.com/[Playback ID].m3u8"
or JavaScript referencing {{wf {"path":"playback-id"}}}
format.
Try hardcoding a known working Mux Playback ID temporarily to see if player loads correctly.
tag Site-wide (in Project Settings > Custom Code) or in Page Settings > Custom Code of the CMS template:
https://cdn.jsdelivr.net/npm/@mux/mux-player
(for the latest release)To debug Mux videos not loading on CMS pages, verify that the Playback ID is present, the custom embed references are correct, and that the Mux Player script is loaded. Use browser dev tools to check for runtime errors. This systematic check will help you isolate whether the problem is in the CMS data, the embed code, or the script behavior.