My database suddenly stopped working and there's no helpful error message

It was running just fine even 2 hours ago, nothing has changed on my end since then. Can't even access the database through drizzle studio locally, or even by going on Turso -> Edit Data -> Drizzle Studio. More serverside errors from the console: LibsqlError: SERVER_ERROR: Server returned HTTP status 401
LibsqlError: SERVER_ERROR: Server returned HTTP status 401
at mapHranaError (...) {
code: 'SERVER_ERROR',
rawCode: undefined,
[cause]: HttpServerError: Server returned HTTP status 401
at errorFromResponse (file:///Users/.../node_modules/.pnpm/@[email protected]/node_modules/@libsql/hrana-client/lib-esm/http/stream.js:362:12)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
status: 401
}
}
LibsqlError: SERVER_ERROR: Server returned HTTP status 401
at mapHranaError (...) {
code: 'SERVER_ERROR',
rawCode: undefined,
[cause]: HttpServerError: Server returned HTTP status 401
at errorFromResponse (file:///Users/.../node_modules/.pnpm/@[email protected]/node_modules/@libsql/hrana-client/lib-esm/http/stream.js:362:12)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
status: 401
}
}
Update: I tried creating a new database and I can access that one. But the existing one, I cannot. BUT ALL OUR DATA IS IN THERE:crine: Update 2: I can conclude for sure that this is not a drizzle issue. I'm trying to get support from Turso now instead.
No description
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?