strapi / nextjs-corporate-starter

Strapi Demo application for Corporate Websites using Next.js
MIT License
966 stars 287 forks source link

Create a deployment guide to Vercel and Strapi Cloud #22

Closed PaulBratslavsky closed 8 months ago

git-asia commented 1 year ago

Great idea! I'm looking forward to see that.

PaulBratslavsky commented 1 year ago

@git-asia I started working on it. I am just waiting for the transfer feature to be finished so I can show how to transfer your local data to Strapi Cloud via the 'yarn strapi transfer' feature.

Hudsonzp commented 10 months ago

Definitely needed. Having trouble deploying the Vercel side as we speak.

zchwyng commented 8 months ago

I'm having issues with deploying it to Vercel as well. Works fine locally, but it fails cause it can't find the Strapi API (since it's not been deployed yet) when I try to deploy it.

So I feel kind of stuck right now. Any help/pointers is greatly appreciated! ❤️

Right now I'm trying to deploy from the root folder, but should I rather have two Vercel projects (one for backend, one for frontend)?

PaulBratslavsky commented 8 months ago

First I would recommend deploying the Strapi application. Good hosting options are Render or Digital Ocean once it is deployed you can deploy to Vercel. I have made this video series that walk through the process. It should get you going.

https://youtube.com/playlist?list=PL7Q0DQYATmvjZjamfD8yMYYH8GeVs3hCd&feature=shared

Will be closing this issue since the Deployment Videos Are available now.