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.........
{
"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.........

