Endpoint temporarily unavailable
us east. Is there a way to debug this to confirm it is not my system
1 Reply
fair-rose•2y ago
Hi,
When I lookup this error in our internal code, I see:
Status 423: project might be in maintenance mode (or bad state), or quotas exceeded.
I'd check your billing page to see if you have hit any of your usage limits. The Free Tier has a compute hour limit on child branch computes. There is also a storage size limit.
If you are not over the limits, please try connecting to your database directly via psql to see if that works.
https://neon.tech/docs/connect/query-with-psql-editor
Neon
Connect with psql - Neon Docs
The following instructions require a working installation of psql. The psql client is the native command line client for Postgres. It provides an interactive session for sending commands to Postgres a...