salzar
Explore posts from serversBABetter Auth
•Created by salzar on 4/26/2025 in #help
405 When signing in after deploying
I’m having an issue where when signing in, it uses whatever URL I’m navigated to, like if I’m using a Vercel preview URL it does /auth from that URL, instead of using my preset BETTER_AUTH_URL
Anyone else having a similar issue?
2 replies
BABetter Auth
•Created by salzar on 1/13/2025 in #help
Best method to authenticate across multiple apps
Hi,
I am trying to figure out the best way to authenticate across multiple apps. I am a bit confused about the SSO, and OIDC server, though it seems like that may be the way to go. I also thought of using ElysiaJS to create just a better-auth server, then updating BETTER_AUTH_URL to be the same across all my apps. Im a bit stuck, any help would be appreciated!
4 replies
BABetter Auth
•Created by salzar on 1/8/2025 in #help
Type issue when trying to use better-auth in Turborepo
Hi everyone, I'm trying to use better-auth in turborepo and made my own internal package. "@workspace/auth". I am setting up better-auth, but I get this annoying error on my auth.ts and auth-client.ts. How can I fix this?
5 replies
BABetter Auth
•Created by salzar on 11/18/2024 in #bug-reports
Permissions type not updating after creating ac and adding to organization plugin.

27 replies
PPrisma
•Created by salzar on 9/30/2024 in #help-and-questions
introspecting never loading
Hi, I have a freshly setup project and db with a couple simple tables in it, and when I pull my db with prisma, I just infinitely load on introspecting based on datasource defined in prisma/schema.prisma. How do I fix this and get past this? I made sure the configuration and DB url is correct. I am using supabase for a db
7 replies
DTDrizzle Team
•Created by salzar on 7/3/2024 in #help
How do I use Drizzle with Supabase an Expo?
I’m trying to figure out how to use Drizzle with Expo React Native and Supabase. I know there’s a package that’s made for Expo but it’s for ExpoSQLITE. Could I install the regular drizzle package and set it up normally for Supabase? Or would that make my app vulnerable because all the queries are happening locally on device.
Thanks in advance
9 replies