N
Neon2y ago
exotic-emerald

Endpoint temporarily unavailable

NeonDbError: Console request failed: endpoint is temporary unavailable. check your quotas and/or contact our support
NeonDbError: Console request failed: endpoint is temporary unavailable. check your quotas and/or contact our support
us east. Is there a way to debug this to confirm it is not my system
1 Reply
fair-rose
fair-rose2y 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...

Did you find this page helpful?