Deploy a CRA to a web service stuck

It’s a Create React App. I was trying to deploy it as a web service.

The build command is: npm install; npm run build

The start command is: npm start

The deployment is stuck like this:

Any pointers would be really appreciated :pray:

Hi @damon,

We recommend deploying a Create React App as a static site. You can read more about how to do that here Deploy a Create React App Static Site | Render.

Thanks Tyler! But my static CRA app obviously exceeds the 100GB monthly limit. That’s why I posted another post here: Usage > 100GB for a static site :sweat_smile:

Any way I can host a CRA app as a web service?