Cal.com does not work in Nextjs 15 in the same way it did in Nextjs 14. #71995
Unanswered
YouJun-IWON
asked this question in
Help
Replies: 3 comments
-
@YouJun-IWON This looks like an issue with the package |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could you please provide any updates on this situation? I am also experiencing similar challenges. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm getting the same issue |
Beta Was this translation helpful? Give feedback.
0 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.
-
Link to the code that reproduces this issue
https://github.com/YouJun-IWON/Cal.com-example
To Reproduce
⨯ node_modules/@calcom/embed-react/dist/Cal.es.mjs (227:1) @ eval
⨯ TypeError: Cannot read properties of undefined (reading 'ReactCurrentDispatcher')
at webpack_require (/Users/euijunlee/Downloads/manuarora700-startup-landing-simple-aceternity-bb9bd3317b1545f7e03bd427def0312308f5d667/.next/server/webpack-runtime.js:33:42)
at eval (./app/hooks/useCalEmbed.ts:7:77)
at (ssr)/./app/hooks/useCalEmbed.ts (/Users/euijunlee/Downloads/manuarora700-startup-landing-simple-aceternity-bb9bd3317b1545f7e03bd427def0312308f5d667/.next/server/app/_not-found/page.js:108:1)
at webpack_require (/Users/euijunlee/Downloads/manuarora700-startup-landing-simple-aceternity-bb9bd3317b1545f7e03bd427def0312308f5d667/.next/server/webpack-runtime.js:33:42)
at eval (./components/navbar.tsx:20:80)
at (ssr)/./components/navbar.tsx (/Users/euijunlee/Downloads/manuarora700-startup-landing-simple-aceternity-bb9bd3317b1545f7e03bd427def0312308f5d667/.next/server/app/_not-found/page.js:152:1)
at Object.webpack_require [as require] (/Users/euijunlee/Downloads/manuarora700-startup-landing-simple-aceternity-bb9bd3317b1545f7e03bd427def0312308f5d667/.next/server/webpack-runtime.js:33:42)
digest: "1767049925"
225 | }
226 | }
Current vs. Expected behavior
working well in Nextjs14 but now work in nextjs 15
Provide environment information
Which area(s) are affected? (Select all that apply)
create-next-app, Runtime
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions