Module not found error with ffmpeg.wasm in Next.js app? #678
Replies: 2 comments
-
Update, I noticed the https://unpkg.com/browse/@ffmpeg/[email protected]/dist/umd/ is Now that it's starting to load, the
Those throw error pages in my Next.js, should I point to a real URL? I changed it to be: But it still not loading. Though when I visit that path in the browser, that is what I saved it as and it shows up. |
Beta Was this translation helpful? Give feedback.
-
update line 104 with: That's what worked for me. |
Beta Was this translation helpful? Give feedback.
-
I am getting this in Next.js 14.11 canary:
I followed along https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/nextjs-app and https://ffmpegwasm.netlify.app/docs/getting-started/usage, and this happens when I try and load the Next.js app importing the modules. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions