-
Notifications
You must be signed in to change notification settings - Fork 56
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
Vercel deploy help #172
Comments
Sorry for the delay, I'll look into the issue within next 30min, if there is an issue with storybook and you don't need it, you can skip this build step |
Please see the reference: https://github.com/zardoy/minecraft-web-client/actions/runs/10206948629/job/28240815185 I'm getting no issues for the whole build pipeline. If you have local build issues try docker container! |
Thank you for replying, this worked in a docker container locally. I would like to know exactly what settings you used to import your repo. |
This is where the build gets stuck at storybook dev -p 6006 "build" |
Instead of figuring out build issues on vercel, use GitHub actions to deploy instead instead: https://vercel.com/guides/how-can-i-use-github-actions-with-vercel everything is already configured you just need to handle this part from guide: Inside GitHub, add VERCEL_TOKEN, VERCEL_ORG_ID, and VERCEL_PROJECT_ID as secrets. Google how to find these. |
I was able to successfully deploy, I'm sorry if I wasted time. I wasn't sure if it was an issue with this project, or an issue with how I was trying to deploy to vercel. Thank you |
When building using Vercel, I get these errors:
Is this a configuration issue? Am I doing something wrong?
I forked this repo, and then uploaded the next branch to Vercel, it auto selected the storybook framework, I also tried it with next.js framework, but with no success for either. Do I need to be using a different build command? I just let Vercel auto pick the command.
The text was updated successfully, but these errors were encountered: