Project in react, made with react-create-app
andres-breadsTRIAL
a year ago
The project is not deploying correctly it constantly shows this error message:
Reached heap limit Allocation failed - JavaScript heap out of memory
I dont have problems deploying it in other platforms such as render, but I need help on what to do to deploy it.
ⓘ Deployment information is only viewable by Project members and Railway admins.
1 Replies
a year ago
You are trying to run a development server and running out of memory.
https://github.com/brody192/create-react-app-starter
Copy the nixpacks.toml and Caddyfile from this repo into your project.
If you have any build or start commands set in your Railway service settings please remove them.