-
-
Notifications
You must be signed in to change notification settings - Fork 882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I updated to next.js 15 and got an error. #793
Comments
I’m experiencing the same issue here. It was already mentioned in this issue: #72397. |
Is there anyway to work around this? |
Haven't tested but looks like you need to declare ffmpeg as an external so it doesn't get bundled twice |
I think the issue is with turbopack rather than webpack |
Same issue here. Unfortunately, setting this package as serverExternalPackage in next.config does not resolve the problem. I'm still encountering the following error:
As mentioned in this comment, it seems that import.meta.url is causing compatibility issues with Turbopack. |
I get error at
await ffmpeg.load();
The text was updated successfully, but these errors were encountered: