You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m experiencing issues when attempting to replicate the demo project setup with Next.js 15.0.1. Specifically, the project doesn’t function as expected:
libmpv.data and libmpv.js are fetched from the root / (ex: /libmpv.data) route, regardless of the path provided to MpvPlayer.load
libmpv.wasm is always fetched from /_next/static/chunks/app/libmpv.wasm, instead of the specified URL in MpvPlayer.load
If libmpv.data and libmpv.js are moved to the root of the public folder, they load correctly, but libmpv.wasm still fails to load.
Environment is Next.js 15.0.1, react 19.0.0-rc, Next.js development server, client is LibreWolf 131.0.3-1, also fails on Chromium 128.0.6613.120.
Additionally, right now the usage documentation is rather limited, and does not mention various critical things, such as the need to set the following headers:
I’m experiencing issues when attempting to replicate the demo project setup with Next.js 15.0.1. Specifically, the project doesn’t function as expected:
/
(ex:/libmpv.data
) route, regardless of the path provided toMpvPlayer.load
/_next/static/chunks/app/libmpv.wasm
, instead of the specified URL inMpvPlayer.load
If libmpv.data and libmpv.js are moved to the root of the
public
folder, they load correctly, but libmpv.wasm still fails to load.Current file structure:
Environment is Next.js 15.0.1, react 19.0.0-rc, Next.js development server, client is LibreWolf 131.0.3-1, also fails on Chromium 128.0.6613.120.
Additionally, right now the usage documentation is rather limited, and does not mention various critical things, such as the need to set the following headers:
The text was updated successfully, but these errors were encountered: