zander
zander
Explore posts from servers
PPrisma
Created by zander on 4/20/2025 in #help-and-questions
Prisma generate with Turborepo never prompting for name
After following the instructions to setup Prisma with turborepo, when runnning pnpm turbo db:migrate, the terminal just hangs and never enters the interactive CLI. I have made sure to set the command as persistent
"db:migrate": {
"cache": false,
"persistent": true
},
"db:migrate": {
"cache": false,
"persistent": true
},
I am not sure if this is an issue with prisma or turborepo
3 replies
BABetter Auth
Created by zander on 2/19/2025 in #help
Setting cookies in electron with better-auth
I have my app properly setup to successfully redirect to an external browser to login with twitch in my electron app. I was able to successfuly get the callback to redirect back to my app, however the cookie doesnt get set. I have tried to manually set the cookie myself, but cant figure out how to get the second half of the token that is set. Any help would be greatly appreciated thanks!
7 replies
BABetter Auth
Created by zander on 2/18/2025 in #help
Open Social SignIn in external window
Is there anyway to specific the location of where the signin window should open? I'm trying to integrate better-auth into electron and would love to open the auth window in the user's browser instead of within the electron window.
4 replies