Unexpected error happened 😕Please download error context and report to our support team
error:- Include Drizzle local storage
{
"drizzle-version": "2.0.1",
"drizzle-playground": {
"state": {
"currentFile": "sql",
"drizzleValue": null,
"sqlValue": null,
"showRecordsAsJson": false,
"drizzleResult": "{"json":null}",
"sqlResult": "{"json":null}"
},
"version": 0
},
"drizzle-neon": {
"state": {
"database": {
"id": "br-cool-fire-a4vxcfvn-test1",
"name": "test1"
}
},
"version": 0
},
"drizzle-global": {
"state": {
"showCounts": false,
"flatSchemas": false,
"dataFormats": null,
"expandSubviews": false,
"paginationType": "limit-offset"
},
"version": 0
},
"drizzle-db-br-cool-fire-a4vxcfvn-test1": {
"state": {
"currentPage": "main",
"filterViews": {},
"isSidebarOpen": true,
"isShowSidebarContent": true,
"filtersVisible": false,
"sidebarWidth": 268,
"currentSchemaName": null,
"currentTable": null
},
"version": 1
}
}
Include database metadata
SELECT
n.nspname as name
FROM
pg_catalog.pg_namespace n
WHERE
n.nspname NOT LIKE 'pg_%'
AND n.nspname NOT IN ('auth')
AND n.nspname != 'information_schema'
ORDER BY
n.nspname; how to see table?? i created new account to resolve this issues but in new accout this error still occur. Please provide solution.........

3 Replies
helpful-purple•5mo ago
This is often the result of a regional DNS resolution issue. Please see: https://neon.tech/docs/connect/connection-errors#dns-resolution-issues
Neon
Connection errors - Neon Docs
This topic describes how to resolve connection errors you may encounter when using Neon. The errors covered include The endpoint ID is not specified Password authentication failed for user Couldn't co...
fascinating-indigoOP•5mo ago
thanks
now it's working
helpful-purple•5mo ago
Hi @GJ JAINISH Did you have to take any action or did this issue resolve on its own?