Database Tables not vieweable
rrohan419
HOBBYOP

7 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

$10 Bounty

5 Replies

noahd
EMPLOYEE

7 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?

rrohan419
HOBBYOP

7 months ago

This is where it is stuck

Attachments


rrohan419

This is where it is stuck

noahd
EMPLOYEE

7 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

rrohan419
HOBBYOP

7 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

noahd
EMPLOYEE

7 months ago

Have you tried restarting the postgres container since then to see?


Loading...