Authentication error running studio on remote D1 instance

Error Id: 49d50103a03c4a8d9520a475dde81e44

Drizzle Config

{
      schema: "./src/db/schema.ts",
      out: "./drizzle",
      dialect: "sqlite",
      driver: "d1-http",
      dbCredentials: {
        databaseId: DB_ID!,
        token: D1_TOKEN!,
        accountId: CF_ACCOUNT_ID!,
      },
    }


all the variables are correctly defined so wondering what's wrong ...
Screenshot_2025-06-11_at_12.31.25_PM.png
Was this page helpful?