Deploying To Vercel Failing
💡 Summary
I tried misskey on vercel but for some reason the deployment didn't go through and rather threw an error instead -
Can someone help me fix it? 😫
P.S - If possible, please make and add a vercel deploy button for ease of deployment + the cost would be cut massively for developers to host it too!
📝 Steps to Reproduce
- Go to vercel
- Click new project
- Select third-party github repository
- Add misskeys github repository
- click continue
- Misskey's github repository will be cloned to your github account in this step
- Click Okay or Continue
- Deployment should
📌 Environment
NodeJS 18.x
It seems git submodules are not downloaded (the repository not cloned recursive).
Try to add
git submodule update --init;
at the first of build process.
Hi! @tamaina
Thank you for the quick reply but I am not sure how to do this in vercel, or should this be done in the package.json file?
If it's alright, can you share me a step by step process on how to do it?
Would love to know!
btw I think Vercel is not suitable for deploying Misskey.
@solomonshalom Sorry, I don't know how to use Vercel well.
btw I think Vercel is not suitable for deploying Misskey.
I've been using Vercel for a long time (I've been using it since the days of now) and I agree with this.
btw I think Vercel is not suitable for deploying Misskey.
I've been using Vercel for a long time (I've been using it since the days of now) and I agree with this.
Hmm, I understand but there's gotta be a workaround, right?
btw I think Vercel is not suitable for deploying Misskey.
I've been using Vercel for a long time (I've been using it since the days of now) and I agree with this.
Hmm, I understand but there's gotta be a workaround, right?
Unfortunately, no.