KChammas
KChammas
RRailway
Created by KChammas on 6/23/2024 in #✋|help
environment variable with Angular
I would like to know how to access the environment variables from railway on Angular project
7 replies
RRailway
Created by KChammas on 6/22/2024 in #✋|help
Angular + HTTPS NodeJS
Hello, I have a deployment where I have my server running, but I would like to implement angular, could someone help me out on how to run a backend server to "talk" to my angular project?
34 replies
RRailway
Created by KChammas on 6/18/2024 in #✋|help
process.env variable returns undefined
No description
25 replies
RRailway
Created by KChammas on 7/10/2023 in #✋|help
Hobby plan
12 replies
RRailway
Created by KChammas on 6/5/2023 in #✋|help
Hobby plan pricing
Hello, I would like to see if I understood it well. I'm currently on developer plan, and now we get $5 for free every month. Now on the hobby plan, we have to pay $5 every month, and we'll also get $5 for usage, so we would have $10 per month as usage, or we will have only yhe $5/month, and pay more for the other usage?
25 replies
RRailway
Created by KChammas on 5/13/2023 in #✋|help
Error: Failed to retrieve response body
I'm getting this error when I try to run railway shell
19 replies
RRailway
Created by KChammas on 4/7/2023 in #✋|help
VAriables not coming to the app
I ahve plenty variables that when I try to run the app, it doesn't loads
35 replies
RRailway
Created by KChammas on 3/18/2023 in #✋|help
fetch data sending %20% instead of space
I have a fetch method and it's sending values correctly to the server, but the server is reading it with the %20% instead of " ". eg.
var query = "hi my name is kevin;I'm 25 yo;I'm a boy"
await fecthPost('/clienteInsert?name=' + query)
var query = "hi my name is kevin;I'm 25 yo;I'm a boy"
await fecthPost('/clienteInsert?name=' + query)
on the server side it receives:
console.log(req.query.name)
> hy%20%my%20%name%20%is%20%kevin;I'm%20%25%20yo;I'm%20%a%20%boy
console.log(req.query.name)
> hy%20%my%20%name%20%is%20%kevin;I'm%20%25%20yo;I'm%20%a%20%boy
I would like to know if there is any how to take off these %20% and others "%"
19 replies
RRailway
Created by KChammas on 3/8/2023 in #✋|help
members in project
Can I invite a member to a project if he is a member of a trial version and I'm a member of the developer version? Can we both use the same project? Or do I have to upgrade for the team plan?
7 replies
RRailway
Created by KChammas on 3/5/2023 in #✋|help
work locally more than 1 developer
Can more than 1 developer work locally with a project on railway? On the Developer plan
6 replies
RRailway
Created by KChammas on 3/2/2023 in #✋|help
Local Development
I am trying to run it locally, but I just don't know how. I've setted it up on my vscode, and when I type "railway run npm start" it goes as "node server.mjs", so I think it's running, but how do I check for my changes on it? And how to update it?
79 replies
RRailway
Created by KChammas on 3/1/2023 in #✋|help
GET information from postgres server
I am building an app, and I want to get information from my postgreSQL server, so I have the requisition on my main page, and I want to get the response on my index.js, but I cannot manage to get it on my index.js
126 replies
RRailway
Created by KChammas on 2/28/2023 in #✋|help
import
I am building an app in HTTPS-NODE, and when I try to import something from my js file, it cannot find it, event if I put "import path from '/node_modules/path' it just doesn't find anything... Can someone help me?
31 replies