Tom Collins

Results 2 comments of Tom Collins

I'm getting type errors but this at config at least launches for drizzle studio for me ``` export default { schema: "./src/db/schema.ts", out: "./drizzle", dialect: "sqlite", driver: "d1-http", dbCredentials: {...

I would check two things: - that the middleware is running for `/` - that the clerk SDK is loaded on the frontend ``` const clerk = new Clerk(clerkPubKey); await...