Replies: 2 comments 3 replies
-
Hey @wiesson — I saw this mentioned in Discord as well and figured I'd just comment here for visibility. Netlify and Vercel aren't good candidates for Express apps to be deployed on. Those platforms are best for serverless or fully static sites—while Payload requires an Express server. Here's some info from Vercel on deploying Express apps: It seems like it can be done, but it's not recommended. If you get this working, I'd love to see an example! Regarding Deno Deploy, that looks fascinating but I've never tried it. We generally suggest to deploy on either DigitalOcean Apps, Heroku, Render, or a DigitalOcean droplet where you can host your database, files, and server in one place. We're actually working on Payload Cloud to make this entire experience easier and more seamless. I'll keep this thread updated once we have more info there. |
Beta Was this translation helpful? Give feedback.
-
Hey! I'm currently trying to get payloadcms up and running on vercel, but it seems like there are quite a few roadblocks ahead before being able to do so. Right now I'm fighting with 2 exceptions:
I'm not sure which causes them as I'm not a native JS developer, so I'm more or less stuck here. If anyone wants to help out on this one, please feel free to contact me :) Thank you and have a great day! Best wishes |
Beta Was this translation helpful? Give feedback.
-
Does anyone have a working deployment config for fly.io, Vercel, Netlify or Deno Deploy? I'm struggling with node alpine and node-sass and other outdated dependencies :/
(For sake of simplicity, I'm using mongodb.com)
Beta Was this translation helpful? Give feedback.
All reactions