Postgres tables are not loading properly in the UI
anovc
HOBBYOP

2 months ago

Hi,
I've been experiencing the following issue multiple times in multiple days in the row: when I try to open the table in Postgres "block" in the UI it either loads for very long time (like dozens of seconds or not loading at all) or shows empty table (where there's actually data in that table) or displays the data (30-40% of times). Reloading doesn't help, as I can get 5-10 times "empty table" or "loading" before I actually see the data.

is this normal? I saw multiple previous issues but haven't seen any solution, should I just look for another provider?

I have very small amount of data and basic instance writing/reading some text, nothing extraordinary

p.s. in logs I only see stuff like this:
2025-12-05 12:23:02.478 UTC [27] LOG: checkpoint starting: time

2025-12-05 12:23:03.465 UTC [27] LOG: checkpoint complete: wrote 9 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.820 s, sync=0.024 s, total=0.987 s; sync files=6, longest=0.014 s, average=0.004 s; distance=201 kB, estimate=480 kB; lsn=0/177F6B38, redo lsn=0/177EEFC0

the app itself seem to work fine, I only experience this when checking tables in browser UI

Solved

4 Replies

Railway
BOT

2 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


noahd
EMPLOYEE

2 months ago

Interesting hmm. I just tried loading it on my end and things look well. Are you able to consistently reproduce this delay/long load? 100% not something that should be happening but am struggling to reproduce so its a tad bit hard to debug.


Status changed to Awaiting User Response Railway 2 months ago


anovc
HOBBYOP

2 months ago

yes, encountering it every day


Status changed to Awaiting Railway Response Railway 2 months ago


echohack
EMPLOYEE

2 months ago

The logs you provided above are normal and don't have to do with connecting the UI to the backend.

I wasn't able to reproduce your issue. The database UI by default uses the credentials you provide on the credentials tab, and all of that seems to be in order. I was able to refresh the page 10 times and connect every time.

Maybe it's a browser or caching issue on your end? Can you give me steps to reproduce the issue?


Status changed to Awaiting User Response Railway 2 months ago


Status changed to Solved echohack 2 months ago


Loading...