fictionco / fiction

(Public Release Summer 2024) Personal Marketing Platform. A powerful platform for your online identity.

Home Page:https://www.fiction.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploying factor app to VPS

omortikweb opened this issue · 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.