<--- JS stacktrace --->FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed -
Why do i keep getting this error ?
I'm on the Hobby Plan
Project ID : 3aa4ba7e-f1f4-4c47-b0e7-16217119ad3e
Thank You
Solution:Jump to solution
https://github.com/brody192/create-react-app-starter
copy the nixpacks.toml and Caddyfile from this repo into your project...
17 Replies
Project ID:
3aa4ba7e-f1f4-4c47-b0e7-16217119ad3e
what kind of app
React with MUI
whats MUI
Material UI
how are you serving your react app?
create react app?
Yes
do you have any build or start commands set in the service settings? if so, remove them
Solution
https://github.com/brody192/create-react-app-starter
copy the nixpacks.toml and Caddyfile from this repo into your project
Just this one : CI=false npm run build. Ok did it
set a service variable CI=false instead
Error: reading input file: open Caddyfile: no such file or directory
RUN caddy fmt --overwrite Caddyfile 35 | 36 | ------------------- ERROR: failed to solve: process "/bin/bash -ol pipefail -c caddy fmt --overwrite Caddyfile" did not complete successfully: exit code: 1
did you copy both files, keeping the same filenames?
I thought so but it seems that my computer renamed CaddyFile to CaddyFile.txt that should solve the issue
It worked!
Can you tell me what the problems were?
you where trying to a development server
Alright, so don't use react script when deploying and you should be good
correct, react scripts has no way of running a production server