Hi,
For the past 2–3 weeks the Managed Postgres dashboard has been unable to load the users list, and fly mpg users list from the CLI consistently returns 504 Gateway Time-out after ~60 seconds. Wondering if anyone else is seeing the same thing or has a workaround.
Symptoms
Dashboard — Users tab (every MPG cluster I have)
- The “Users” page renders the form (“Create a new user”) but the list section below stays on
Loading users...indefinitely. - The section auto-refreshes about every 5 seconds (network re-fetch, not a full page reload).
Dashboard — Connect tab (only clusters with at least one attached app)
- The “Connection settings” section under the Connect tab shows the same
Loading users...placeholder and re-fetches every ~5 seconds. - On clusters with no attached apps, the Connect tab renders fine and does not poll — only the Users tab is broken there.
So the trigger is consistent across the dashboard: anywhere the dashboard tries to enumerate cluster users, it hangs and retries every 5 seconds.
CLI reproduction
fly mpg users list <cluster_id> reproduces the upstream timeout independently of the dashboard, so this looks like an MPG management-plane issue rather than a frontend bug: