next-payload-monorepo
next-payload-monorepo copied to clipboard
Request: Deployment instructions
I am such a huge fan of this, but I have spent an embarrassing amount of time trying to deploy this to Vercel -.-'. Currently now serving the apps/server/dist/index.js
as pure text.
https://next-payload-monorepo-test-web.vercel.app/
And admin is 404: https://next-payload-monorepo-test-web.vercel.app/admin
The build says successful and did create all next pages. (however I had to remove the posts route, cause that kept causing fetch errors, which I expect is due to it trying to fetch data from a non-existing CMS at initial deployment).
I would appreciate some guidance on deploying such monorepo.