You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: