lucaszdevmmyers616
When I not pay in the day, my production database is ERASED, WHY?
I forget to pay, and the database is paused, when I paid, and unpaused, my production database have all data erased, the development, nothing change, WHY??? WHYYYYY????
10 replies
AxiosError: connect ECONNREFUSED 127.0.0.1:80
I have a nodejs application and I have a axios inside it, because I need to call a api to populate the response of my api, but when I deployed my application, I'm getting this error from axios, someone know what is it?
77 replies
Railway is not accepting POST method calls
Hi, I deploy a simple nodeJs server, and the POST calls is not working, in localhost works fine but in the deploy server I'm getting this issue: Cannot GET /addUser
But I'm sending a POST call I don't understand that, if in the routes I change from POST to GET and send a GET call to the same route, it worked, but POSTs don't worked, What can be this??
37 replies