-
Notifications
You must be signed in to change notification settings - Fork 28.3k
Error: Cannot find module '/path/to/repo/dist/packages/package-web/.next/server/chunks/lib/worker.js' #52300
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
Comments
delete .next folder |
Already done |
Ok so 13.3.0 work for us, but going to 13.4.6 or 13.4.8 or canary doesn't work... |
Update : 13.3.0 has no issue, 13.3.1 has the issue |
Hi, we are on 13.5.1 and we have the same issue. We aren't considering downgrading so we are waiting on a fix to be able to convert our pages to the new app router. It would be nice to get this fixed because with the new app router we can have different sections of our site with different layouts and that's something we plan to take advantage of. |
This issue has been automatically marked as stale due to two years of inactivity. It will be closed in 7 days unless there’s further input. If you believe this issue is still relevant, please leave a comment or provide updated details. Thank you. |
This issue has been automatically closed due to two years of inactivity. If you’re still experiencing a similar problem or have additional details to share, please open a new issue following our current issue template. Your updated report helps us investigate and address concerns more efficiently. Thank you for your understanding! |
Verify canary release
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 22.5.0: Thu Jun 8 22:22:20 PDT 2023; root:xnu-8796.121.3~7/RELEASE_ARM64_T6000 Binaries: Node: 18.16.0 npm: 9.5.1 Yarn: 1.22.19 pnpm: 8.6.2 Relevant Packages: next: 13.4.9-canary.2 eslint-config-next: 13.4.6 react: 18.2.0 react-dom: 18.2.0 typescript: 5.1.6 Next.js Config: output: N/A
Which area(s) of Next.js are affected? (leave empty if unsure)
App Router
Link to the code that reproduces this issue or a replay of the bug
Let me know if needed, not sure it's easy to reproduce as I don't understand what is wrong.
To Reproduce
So in the beginning, I was having this error. Try to resolve it by upgrading to latest next version, but it was still happening.
So I was going to report a bug, but I try next@canary and now I have a new bug for tsx syntax?
Describe the Bug
Because our app we are working is still small, we decide to port all our routes to the app directory. That was done and serving the app was not perfect but working. Tho, when we are trying to build our app, here where this log appear. We don't have static page, so we don't understand why the process happen.
Updating next to canary, change the error for a typescript syntax error which isn't an error. The code is fine and shouldn't be an issue.
Expected Behavior
Next being able to build ?
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: