Internal server 500 #22378
Replies: 4 comments 2 replies
-
|
This "bind" error is a known issue when running Cal.com 5.x with Next.js 15.x and React 18—these versions are not officially supported yet and are known to cause breakage, including errors like the one you're seeing. The maintainers recommend using Next.js 14.x and the corresponding supported React version for now. The documentation and changelogs repeatedly warn about instability and breakage on 15.x/React 18, and there are no documented workarounds for this error other than downgrading to the supported stack source. To resolve this:
If you still see issues after aligning your stack, let me know what versions you're using and any new error output. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
Almost there: There are at least 2 package.json. One at root, on at root/apps/web. Which one(s) to update? |
Beta Was this translation helpful? Give feedback.
-
|
In root/package.json I added:
yarn build now gives: The error has been there for every version: What can I do to fix the 2 errors? |
Beta Was this translation helpful? Give feedback.
-
|
@dosubot Ideas to solve the 2 errors? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Been trying to build various 5.x versions. Either it won't build successfully, or it builds, but "yarn start" returns this error:
How to fix the "bind" error?
Beta Was this translation helpful? Give feedback.
All reactions