Incorrect bundling of dependencies #76162
Unanswered
RobertAron
asked this question in
Help
Replies: 1 comment 6 replies
-
Canary also does not resolve the issue: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Link to the code that reproduces this issue
https://github.com/RobertAron/deploy-issue-recreate/tree/weird-home-page-behavior
To Reproduce
/other
Current vs. Expected behavior
Actions are bundled with all of their dependencies.
Provide environment information
Which area(s) are affected? (Select all that apply)
Webpack, Server Actions, Module Resolution
Which stage(s) are affected? (Select all that apply)
Vercel (Deployed)
Additional context
I've tried so many things here and I'm convinced this must be a bug.
Weird behaviors:
/
page fixes it on the/other
page.I'm pretty convinced this is not a bug with prisma. I spent a lot of time trying to find bugs with their "nextjs-mono-repo-workaround" plugin and I'm fairly sure it's correctly copying over the binaries and adding them to the node trace files. Additionally changes to seemingly unrelated components can break the action, so it seems likely to me this is a bug with vercel.
Beta Was this translation helpful? Give feedback.
All reactions