Justine
Justine
Explore posts from servers
DTDrizzle Team
Created by Justine on 10/27/2024 in #help
Error 7500: not authorized: SQLITE_AUTH
Hello! Has anyone had this before? I'm running Drizzle with Cloudflare D1, when I do drizzle-kit push I get this error Which is weird because when I do drizzle-kit generate and migrate I don't see this error
(base) justinechang@Justines-MacBook-Pro deno-monorepo-test % npm run pushdb

> pushdb
> npm run pushdb --workspace=apps/hono-backend


> pushdb
> drizzle-kit push

No config path provided, using default 'drizzle.config.ts'
Reading config file '/Users/justinechang/code/deno-monorepo-test/apps/hono-backend/drizzle.config.ts'
[✓] Pulling schema from database...
Error: 7500: not authorized: SQLITE_AUTH
at remoteCallback (/Users/justinechang/code/deno-monorepo-test/node_modules/drizzle-kit/bin.cjs:64356:21)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.query (/Users/justinechang/code/deno-monorepo-test/node_modules/drizzle-kit/bin.cjs:64380:27)
at async logSuggestionsAndReturn (/Users/justinechang/code/deno-monorepo-test/node_modules/drizzle-kit/bin.cjs:26234:23)
at async sqlitePush (/Users/justinechang/code/deno-monorepo-test/node_modules/drizzle-kit/bin.cjs:81840:13)
at async Object.handler (/Users/justinechang/code/deno-monorepo-test/node_modules/drizzle-kit/bin.cjs:87295:9)
at async run (/Users/justinechang/code/deno-monorepo-test/node_modules/drizzle-kit/bin.cjs:85613:7)
(base) justinechang@Justines-MacBook-Pro deno-monorepo-test % npm run pushdb

> pushdb
> npm run pushdb --workspace=apps/hono-backend


> pushdb
> drizzle-kit push

No config path provided, using default 'drizzle.config.ts'
Reading config file '/Users/justinechang/code/deno-monorepo-test/apps/hono-backend/drizzle.config.ts'
[✓] Pulling schema from database...
Error: 7500: not authorized: SQLITE_AUTH
at remoteCallback (/Users/justinechang/code/deno-monorepo-test/node_modules/drizzle-kit/bin.cjs:64356:21)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.query (/Users/justinechang/code/deno-monorepo-test/node_modules/drizzle-kit/bin.cjs:64380:27)
at async logSuggestionsAndReturn (/Users/justinechang/code/deno-monorepo-test/node_modules/drizzle-kit/bin.cjs:26234:23)
at async sqlitePush (/Users/justinechang/code/deno-monorepo-test/node_modules/drizzle-kit/bin.cjs:81840:13)
at async Object.handler (/Users/justinechang/code/deno-monorepo-test/node_modules/drizzle-kit/bin.cjs:87295:9)
at async run (/Users/justinechang/code/deno-monorepo-test/node_modules/drizzle-kit/bin.cjs:85613:7)
18 replies
NNuxt
Created by Justine on 5/10/2024 in #❓・help
Has anyone gotten Nuxt 3 to work with Keycloak?
I'm having a lot of trouble getting it to work, I was hoping to use Nuxt Auth but that's not done yet and I don't know when it might be out, but we're already talking about Nuxt 4? Am I missing something here?
4 replies