King Alastor
Explore posts from serversBABetter Auth
•Created by King Alastor on 2/27/2025 in #help
database: new Pool
it doesn't seem like it respects the remapping to:
tables: {
user: "users",
account: "account",
session: "session",
verification: "verification"
},
4 replies
BABetter Auth
•Created by King Alastor on 2/27/2025 in #help
database: new Pool
the migration file tries to create "user" table but you can't create "user" table in postgresql so it fails
4 replies
BABetter Auth
•Created by Exoden on 2/26/2025 in #help
Update session manually
in combination with the "additionalFields"
16 replies
BABetter Auth
•Created by Exoden on 2/26/2025 in #help
Update session manually
this is the only way i've found so far to update the user with additional info
16 replies
BABetter Auth
•Created by King Alastor on 2/3/2025 in #help
Argument `token` is missing.
okay, i created a separate clean project and ran the cli tool there to get the schema it needs (this was attempt #2 this way) and now i got the schema it needed and it works. Wish the website had the schema it needs just there to copy/paste so i could know exactly what it needs rather than hoping the cli tool worked. I used the cli tool in my main project as well so i got some messed up schemas
7 replies
BABetter Auth
•Created by King Alastor on 2/3/2025 in #help
Argument `token` is missing.
i would have assumed the npx @better-auth/cli generate would already create the exact schema it needs to work
7 replies
BABetter Auth
•Created by King Alastor on 2/3/2025 in #help
Argument `token` is missing.
remove the token field or make it optional?
7 replies