lotario
lotario
RRailway
Created by lotario on 3/21/2024 in #✋|help
Some PNGs stored in project repo fail to load in production.
I'm using the Caddyfile and nixpacks.toml provided by you
10 replies
RRailway
Created by lotario on 3/21/2024 in #✋|help
Some PNGs stored in project repo fail to load in production.
it's a react + vite
10 replies
RRailway
Created by lotario on 3/19/2024 in #✋|help
Deploying a React app with serve (CRA/Vite)
it does it builds and deploys really fast too 🙂 how do I mark this thread as solved and select your answer?
8 replies
RRailway
Created by lotario on 3/19/2024 in #✋|help
Deploying a React app with serve (CRA/Vite)
works great, thank you very much!
8 replies
RRailway
Created by lotario on 3/19/2024 in #✋|help
Deploying a React app with serve (CRA/Vite)
N/A
8 replies
RRailway
Created by lotario on 2/26/2024 in #✋|help
RAM costs of MySQL and Java app compared to a React app.
I see, then I understand. Still surprising to see how efficient serve is in comparison to the other two. Thanks for the info Brody!
14 replies
RRailway
Created by lotario on 2/26/2024 in #✋|help
RAM costs of MySQL and Java app compared to a React app.
yes that
14 replies
RRailway
Created by lotario on 2/26/2024 in #✋|help
RAM costs of MySQL and Java app compared to a React app.
by base cost I'm referring to the minimum amount of resources (cpu, ram, etc.) the app needs to stay alive and to function, and those can't really be lower for the mysql db and java app since those are the min resources for them to stay alive/run even with 0 use?
14 replies
RRailway
Created by lotario on 2/26/2024 in #✋|help
RAM costs of MySQL and Java app compared to a React app.
oh haha thanks so much for the guide! very informative and useful! then those costs of the java app or mysql db reflect the base cost itself ? I guess I'll try App Sleep then
14 replies
RRailway
Created by lotario on 2/26/2024 in #✋|help
RAM costs of MySQL and Java app compared to a React app.
I pinpoint to the repo on my github (the same as the java app) and used this guide provided by railway: https://railway.helpkit.so/project-help/f9v3gkPQRy4UShk5SnoPDH/getting-your-create-react-app-running-on-railway/qHRsgxa5n57xLp1yVgk9fP
14 replies
RRailway
Created by lotario on 2/6/2024 in #✋|help
Dockerfile deployment fails
That worked, thank you very much!
11 replies
RRailway
Created by lotario on 2/6/2024 in #✋|help
Dockerfile deployment fails
Yes I'm on Windows 11
11 replies
RRailway
Created by lotario on 2/6/2024 in #✋|help
Dockerfile deployment fails
Here they are
11 replies
RRailway
Created by Richy Recarey on 1/31/2024 in #✋|help
Service up but giving timeouts
Hey, I am having the same issue actually with my own project and also Richy's project times out for me too, and I'm in Spain too
46 replies
RRailway
Created by lotario on 10/24/2023 in #✋|help
How to set server response headers?
thank you again for your support and have a great evening!
43 replies
RRailway
Created by lotario on 10/24/2023 in #✋|help
How to set server response headers?
indeed it is, after adding the header directive correctly, the security report improved and I can now see the headers in the browser! Thank you very much for your help and patience Brody, I truly appreciate it! ❤️
43 replies
RRailway
Created by lotario on 10/24/2023 in #✋|help
How to set server response headers?
you're right, it's right there, one click away "Directives are functional keywords that appear within site blocks." pardon my ignorance Brody
43 replies
RRailway
Created by lotario on 10/24/2023 in #✋|help
How to set server response headers?
if I add the header directive in global options I get Error: adapting config using caddyfile: Caddyfile:15: unrecognized global option: header
43 replies
RRailway
Created by lotario on 10/24/2023 in #✋|help
How to set server response headers?
hmm if I add the directive header as the caddy link shows I get a Error during parsing: Unknown directive 'Strict-Transport-Security', and on the caddy community i've read that The header directive has to be inside a server block directive, and used a provided example. the error is gone but the headers are not added
43 replies
RRailway
Created by lotario on 10/24/2023 in #✋|help
How to set server response headers?
okay so the service started correctly after I removed the deploy npx serve command and the app works, now I'm gonna test with one header to see the result
43 replies