fictionco/fiction

Deploying factor app to VPS

omortikweb opened this issue · 3 comments

For deploying factor app to vps, i followed the documentation where after upload the code, command call
npx factor build
npxx

here, i follow this step:
Screenshot_2

Haven't seen that one before, is it recognizing the factor cli command?

this problem was solved by deleting node_modules and again run npm install .
But after that, when ran npx factor serve
Screenshot_3

Not generate production mode. Why generate http://localhost:3000 this url?

Have the same issue, can't deploy to anything other than heroku. I was thinking of deploying to Vercel or Netlify and it just stops at that.