5 days ago
I'm working with my application and it was working well until today that I notice that there are some endpoints that are not working, I checked a table on my database that is not able to update or add rows, why it is happening? My endpoints that are not working, are related with the table that was not able to update
https://station.railway.com/questions/i-ve-some-endpoints-that-are-not-working-e9d4d2be
0 Replies
Those are some examples of the endpoint that I tryed to reach, like more context, I’ve added one new column to my “Branches” table that
Is the “receiptprintername, after added that column, the problem start, and some tables are related with that table too, and when I try to update a récord of that table, the new information is not saved from railway
5 days ago
Hey, I would not trust the data tab as the primary source of information for that issue. Are you able to connect and add a row to your database through a database viewer like DBeaver or Beekeeper Studio Community?
Well I dont move too much my database from railway, I do by my endpoints but it should works and dont do it, I tryied to update from my table of railway and it does not works, but thats not the major problem, the problem is that I cannot reach with put/post the endpoints that uses my branches table
4 days ago
That's alright, I just wanted to make sure that the database isn't at fault here for you. From the looks of your logs, your application is taking too long to respond. Can you confirm that your application is trying to query your database? The only issues I can think of here are that your application breaks when executing the query or tries to run a particularly intensive query, causing the proxy to give up and return an error.
