rafael.soteldo
rafael.soteldo
RRailway
Created by rafael.soteldo on 8/9/2023 in #✋|help
Uploading error
I got this message when uploading: RUN --mount=type=cache,id=s/0db3b79b-4039-41b5-83cd-96646ab17e10-node_modules/cache,target=/app/node_modules/.cache npm run build it is persistent I deployed this app yesterday, I had to modify the source. Then I deleted the previous app and created a new on, then when deploying on this app I get the error
6 replies
RRailway
Created by rafael.soteldo on 8/8/2023 in #✋|help
I'm deploying a backend new service wit errors
Projecdt ID: 3c534cd9-bfb5-4c43-ae65-43a8a977729f The viewlogs are:  ╔══════════════════════════════ Nixpacks v1.12.0 ══════════════════════════════╗ ║ setup │ python38, postgresql, gcc ║ ║──────────────────────────────────────────────────────────────────────────────║ ║ install │ python -m venv --copies /opt/venv && . /opt/venv/bin/activate ║ ║ │ && pip install -r requirements.txt ║ ║──────────────────────────────────────────────────────────────────────────────║ ║ start │ ║ ╚══════════════════════════════════════════════════════════════════════════════╝  Error: No start command could be found but I don't understand them, what could be the start command
3 replies
RRailway
Created by rafael.soteldo on 8/8/2023 in #✋|help
I purchased a pro plan, but I am not able to use it
I have a receipt of the payment How can I use the pro plan, the page keeps telling me that I have to have an active subscription. My receipt is from august 2 I think I need it since I have a front end, and backend with django/python an a database
5 replies
RRailway
Created by rafael.soteldo on 8/8/2023 in #✋|help
I have a FrontEnd in React, it is production ready, I want railway to use Production Build
I'm trying to deploy a React App on Railway, but it runs out of memory. It keeps using npm start, but I guess that it should use the production environment, but it needs a server, How can I instruct Railway to use the production build instead of the development server, since it is heavier The Project ID is 4a0daac1-ea68-49b8-983f-e0e1cd9261fe
129 replies
RRailway
Created by rafael.soteldo on 8/3/2023 in #✋|help
What's the best way to deploy a production build React app?
I use serve, if I perform npm start, it runs very well, my start script is '"start": "serve build -s -n -L -p 3000",', Then I do railway up, and it fails performing it's own build The Project ID is 4a0daac1-ea68-49b8-983f-e0e1cd9261fe My react run dev is
"scripts": {
"dev": "react-scripts start",
"scripts": {
"dev": "react-scripts start",
it runs very well But everytime I perform railway up, it fails building, I don't know what to do Thanks in advance Rafael
5 replies
RRailway
Created by rafael.soteldo on 8/3/2023 in #✋|help
How to vew a FrontEnd React App deployed on Railway
I deployed a doeckerized React app, generated it's domain, connected it to an similar image on Dockerhub. But I keep getting 'Application failed to respond' the project ID is 9bf1df8d-fa05-4e4c-ba99-360b9f4688b0
27 replies
RRailway
Created by rafael.soteldo on 8/2/2023 in #✋|help
How do I test an deployed app
I deployed a frontend app and a backend app, both of them were deployed with no errors. But now I want to know what is the address I have to type in order to see the application running Thanks in advance Rafael
8 replies