Vercel build gets stuck on @calcom/web:build: Creating an optimized production build ... and fails. #16698
Replies: 1 comment
-
To troubleshoot the issue of your Vercel build getting stuck and failing during the "@calcom/web:build" process, you can try the following steps:
Additionally, there is a similar solved discussion where a user fixed a similar issue by following a solution from a Next.js discussion. You might find it helpful to check this discussion [2]. By following these steps and ensuring all necessary environment variables are set as per the To continue talking to Dosu, mention @dosu. Written by @dosu, approved by dosu-customer-success |
Beta Was this translation helpful? Give feedback.
-
Hi there,
We at huddle01, trying to self host this repo to test our modified huddle01 app before we raise PR to calcom repo but from the last 2-3 days we are unable to deploy the project to Vercel.
The build is talking longer time and fails on Vercel and eventually fails.
Here's the logs
Node Version: 20
We are following this documentation
We have configure root directory as
app/web
and command
cd ../.. && yarn build --include-dependencies --no-deps --scope=\"@calcom/web\"
We also tried to increase the memory size via
NODE_OPTIONS=--max_old_space_size=8096 cd ../.. && yarn build
.We have Vercel pro plan.
It would be really helpful if anyone can guide us troubleshoot this issue.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions