Issue deploying project

:pray: !-- Questions that get answered the fastest are the ones with relevant info included in the original post. Be sure to include all detail needed to let others see and understand the problem! →
I am trying to deploy the chinese-anthos branch from my repository GitHub - cat2d2/florr.io: Florr.io hacks and florr.io clones! Super sigma

Currently, I have the deployment branch set to chinese-anthos, and Vercel runs

cd chinese-anthos
npm install 
npm run build 

I tried npm run dev and npm run build. I didn’t actually put change directory in the build instructions ofc. It was trying to build for 35 minutes until I stopped it. The logs said listening on port 25564 or something (I forgot). It works fine locally and in codespaces. Is there a way to open the forwarded port differently with Vercel or something? Please help :pray:

Can you share the deployment ID? I can see both florr and florrio has successful production deployment.

https://florr-io-kappa.vercel.app/
404: NOT_FOUNDCode: NOT_FOUNDID: pdx1:pdx1::9llpv-1730653168025-baa51a5733c7

It looks like you are trying to run a server on Vercel platform which is a serverless platform: florr.io/chinese-anthos/package.json at main · cat2d2/florr.io · GitHub. Unfortunately this won’t be possible.

Aww okay. Thanks for the help.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.