Chisom Oguibe
Explore posts from serversBABetter Auth
•Created by Chisom Oguibe on 5/11/2025 in #help
Google Oauth + Expo
@FalconiZzare Thanks for the response. I'm certain this isnt the issue. I've checked the baseUrls numerous times. And the same ones are being used for Apple sign in which works perfectly
7 replies
DTDrizzle Team
•Created by Singodimejo on 8/16/2024 in #help
problems with config file dialect for PostgreSQL
My schemas folder is empty but even changing it to schema.ts (which is an empty file) doesn't fix the error
18 replies
DTDrizzle Team
•Created by Singodimejo on 8/16/2024 in #help
problems with config file dialect for PostgreSQL
Still not fixed for me and getting same error
"drizzle-orm": "^0.33.0",
"drizzle-kit": "^0.24.0",
import { defineConfig } from 'drizzle-kit';
export default defineConfig({
schema: './src/db/schema/*',
out: './drizzle',
verbose: true,
strict: true,
introspect: {
casing: 'preserve',
},
dialect: 'postgresql',
dbCredentials: {
user: 'postgres',
password: 'root',
host: '127.0.0.1',
port: 5432,
database: 'property',
},
});
18 replies