KChammas
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
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.
on the server side it receives:
I would like to know if there is any how to take off these %20% and others "%"
19 replies
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