SunkCapital
SunkCapital
RRailway
Created by SunkCapital on 12/14/2023 in #✋|help
Database got overwritten
I created a new Postgres table which I connected to from a new project of mine. But it seems that the data from the new project went to a table from another project instead, overwriting the info there. Is there a way to recover it?
18 replies
RRailway
Created by SunkCapital on 7/13/2023 in #✋|help
npm WARN config production Use `--omit=dev`
I am trying to deploy my project but I get this error which is causing a 404, altough the build is said to be successfully deployed. I tried googling around but could not find a solution to this. The project is using React Vite. "scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d build", "dev": "vite", "build": "vite build", "lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "start": "serve build -s -n -L -p $PORT" },
16 replies
RRailway
Created by SunkCapital on 6/14/2023 in #✋|help
Can't get naked domain to work
8 replies
RRailway
Created by SunkCapital on 6/12/2023 in #✋|help
ReactJS cost vs Django
Can someone please tell me why my super basic ReactJS pages cost 10x more than a Django website that has a database and about 20 visitors per day? I don't understand what is driving the cost up for ReactJS? Do you have any tips on how I could decrease it as it is not sustainable for me to keep my React projects on Railway.
10 replies
RRailway
Created by SunkCapital on 2/24/2023 in #✋|help
Debug = False crashes my Django deployment.
Solved: Whenever I have the setting on the website fails to deploy. I get Server Error (500).
7 replies
RRailway
Created by SunkCapital on 1/19/2023 in #✋|help
Setting up naked domain on Google Domains
My understanding is that I need to create a new A record that points to the sites IP address. Where do I find the IP address? I used 104.196.232.237 which leads to Railway but not the website...
18 replies
RRailway
Created by SunkCapital on 11/21/2022 in #✋|help
Bandwidth limits
I don't understand how much bandwidth I have on a developer plan and how it is priced. I am currently storing images on cloudinary, but was thinking on moving some of them to RailWay.
9 replies