Unable to push changes to Supabase

When running the command "drizzle-kit push", I can't get past the "Pulling schema from database" phase. I can do pretty much everything else, I haven't tested the studio though. This is a T3 stack app. This is the content of the drizzle.config.ts file:
export default defineConfig({
out: "./src/server/db",
schema: "./src/server/db/schema.ts",
dialect: "postgresql",
dbCredentials: {
url: env.DATABASE_URL,
},
});
export default defineConfig({
out: "./src/server/db",
schema: "./src/server/db/schema.ts",
dialect: "postgresql",
dbCredentials: {
url: env.DATABASE_URL,
},
});
3 Replies
dBranded1
dBranded1OP4d ago
And sometimes I run into this error instead
No description
TOSL
TOSL4d ago
Basically impossible to help with so little information
dBranded1
dBranded1OP3d ago
What more do I need to provide?

Did you find this page helpful?