-
Notifications
You must be signed in to change notification settings - Fork 107
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
6.5.0 update error #215
Comments
I don't see any errors when I build my master(6.5.0) branch using node |
I have the same problem, and using version |
./node_modules/.pnpm/[email protected]/node_modules/undici/lib/web/fetch/util.js
Module parse failed: Unexpected token (608:63)
| // 5. If object is not a default iterator object for interface,
| // then throw a TypeError.
> if (typeof this !== "object" || this === null || !(#target in this)) {
| throw new TypeError(`'next' called on an object that does not implement interface ${name} Iterator.`);
| } |
It's probably an issue with the
|
@giyeol @woohyun1031 it looks like that line was last changed in nodejs/undici#2743, which was part of |
It looks like the undici team is aware of the issue -> nodejs/undici#2954 and are pushing to fix this in nextjs. Closing this for now since there isn't a way this can be fixed in OGS, please follow up with the nextjs team. |
Describe the bug
Hi. I always use this library successfully. Thank you!
"After upgrading open-graph-scraper from version 6.3.2 to 6.5.0 in the current Next.js 14 project, a compilation error occurred during the build.
This issue was observed on both client and server components.
While tracing the error, it was identified that the problem originated in the 'lib/web/fetch/util.js' file, and it was noted that undici, a dependency of open-graph-scraper, was also updated.
Testing with another Next.js project revealed that the error started occurring from a specific version of open-graph-scraper onwards.
As a result, I downgraded back to the previously used version 6.3.2.
I'm having difficulty pinpointing the exact cause of this error, and I'm curious if you have any insights into why it might be happening.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: