8 months ago
when i am trying to see my db tables, it is just going on infinite loading and I am not able to see my tables and there data
5 Replies
8 months ago
Can we get more info? What type of database? Is it actively deployed and live without an error? Have you tried using an external DB viewer app connected to the public url?
noahd
Can we get more info? What type of database? Is it actively deployed and live without an error? Have you tried using an external DB viewer app connected to the public url?
8 months ago
This is where it is stuck
Attachments
rrohan419
This is where it is stuck
8 months ago
Since its postgres, try using something like conar.app (on mac) or pgadmin4 to remotely connect to the databses public url and debug if its a database or railway issue
noahd
Since its postgres, try using something like conar.app (on mac) or pgadmin4 to remotely connect to the databses public url and debug if its a database or railway issue
8 months ago
Yes I have connect it to my local computer but I want to access it remotely from anywhere via railway as it was working some time back
rrohan419
Yes I have connect it to my local computer but I want to access it remotely from anywhere via railway as it was working some time back
8 months ago
Have you tried restarting the postgres container since then to see?