2 years ago
Why do i keep getting this error ?
I'm on the Hobby Plan
Project ID : 3aa4ba7e-f1f4-4c47-b0e7-16217119ad3e
Thank You
19 Replies
2 years ago
what kind of app
2 years ago
whats MUI
2 years ago
how are you serving your react app?
2 years ago
create react app?
2 years ago
do you have any build or start commands set in the service settings? if so, remove them
2 years ago
copy the nixpacks.toml and Caddyfile from this repo into your project
2 years ago
set a service variable CI=false instead
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
2 years ago
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
2 years ago
you where trying to a development server
2 years ago
correct, react script has no way of running a production server