slicksammy
slicksammy
RRailway
Created by slicksammy on 3/12/2024 in #✋|help
Deploying create react app
Thank you for sharing, I will check it out!
20 replies
RRailway
Created by slicksammy on 3/12/2024 in #✋|help
Deploying create react app
Just one more quick question - for static SPA, am i supposed to deploy to Railway or use a static site service?
20 replies
RRailway
Created by slicksammy on 3/12/2024 in #✋|help
Deploying create react app
Thanks bud. I did not realize that eslint errors would prevent deploying, first time deploying SPA. Thank you!
20 replies
RRailway
Created by slicksammy on 3/12/2024 in #✋|help
Deploying create react app
20 replies
RRailway
Created by slicksammy on 3/12/2024 in #✋|help
Deploying create react app
I'll copy the entire logfile, one sec
20 replies
RRailway
Created by slicksammy on 3/12/2024 in #✋|help
Deploying create react app
I don't want to use that link bro, sorry. I don't know what it is and how it works
20 replies
RRailway
Created by slicksammy on 3/12/2024 in #✋|help
Deploying create react app
Its a static app
20 replies
RRailway
Created by slicksammy on 3/12/2024 in #✋|help
Deploying create react app
Dockerfile:24 ------------------- 22 | # build phase 23 | COPY . /app/. 24 | >>> RUN --mount=type=cache,id=s/8f9db790-14c3-4a96-81d3-4f4a2ac4805f-node_modules/cache,target=/app/node_modules/.cache npm run build 25 | 26 | ------------------- ERROR: failed to solve: process "/bin/bash -ol pipefail -c npm run build" did not complete successfully: exit code: 1
20 replies
RRailway
Created by slicksammy on 2/21/2024 in #✋|help
DATABASE_URL missing
I had to press the "deploy" button that shows up in the project pane
8 replies
RRailway
Created by slicksammy on 2/21/2024 in #✋|help
DATABASE_URL missing
Nvm, i guess the behavior for setting ENV vars changed. We're good
8 replies
RRailway
Created by slicksammy on 2/21/2024 in #✋|help
DATABASE_URL missing
Locally running
python manage.py migrate && gunicorn lynkster_backend.wsgi --timeout 600 --workers 4
python manage.py migrate && gunicorn lynkster_backend.wsgi --timeout 600 --workers 4
Without specifying DATABASE_URL results in the same error
8 replies
RRailway
Created by CierrePorbin on 5/17/2023 in #✋|help
[CRITICAL] WORKER TIMEOUT (pid:155)
Worked for me too. Thanks Brody
24 replies