susant
Explore posts from serversDTDrizzle Team
•Created by susant on 6/9/2024 in #help
Password authentication failed when trying to run migration postgresql
When i run this command "db:migrate": "tsx src/drizzle/migrate.ts"
i get the below error
The DB url is DATABASE_URl = "postgresql://susant:susant@localhost:5432/elixer"
the user and password is correct as i am using the same credentials in a different project with objection and knex.js and its working fine.
I can't figure out the issue here
1 replies
TTCTheo's Typesafe Cult
•Created by susant on 8/16/2023 in #questions
Github Oauth not triggering
just created a new t3 app and removed discord oauth provider and added github oauth provider.
Then i tried running npm run build and i got this error
- info Loaded env from /home/susant/t3-ecommerce/.env
❌ Invalid environment variables: {
DISCORD_CLIENT_ID: [ 'Required' ],
DISCORD_CLIENT_SECRET: [ 'Required' ]
}
What am i doing wrong
12 replies
TTCTheo's Typesafe Cult
•Created by susant on 8/14/2023 in #questions
T3 stack app blog tutorial
Is there any blog type tutorial for creating a large t3 stack app like twitter clone that i can follow.
I don't like video tutorials.
For me blogs tutorial are more helpful
18 replies