z
z
Explore posts from servers
BABetter Auth
Created by z on 3/7/2025 in #help
Anyone else getting this error?
This happens after attempting to verity OTP via email. I enter the correct code then get error 500:
Query: update "users" set where "users"."id" = $1 returning "id", "name", "email", "email_verified", "customer_id", "image", "created_at", "updated_at" -- params: ["uidE0Wk4HBinqPP59XR4gwYR"]
✘ [ERROR] # SERVER_ERROR: PostgresError: syntax error at or near "where"
Query: update "users" set where "users"."id" = $1 returning "id", "name", "email", "email_verified", "customer_id", "image", "created_at", "updated_at" -- params: ["uidE0Wk4HBinqPP59XR4gwYR"]
✘ [ERROR] # SERVER_ERROR: PostgresError: syntax error at or near "where"
v1.2.3
3 replies
BABetter Auth
Created by z on 2/21/2025 in #bug-reports
1.1.19 breaks expo client
It has something to do with module imports, (can't resolve hex random createHash) i tried this but did not helped.
"better-auth/react": "../../node_modules/better-auth/dist/react.js",
"better-auth/client/plugins": "../../node_modules/better-auth/dist/client/plugins.js",
// "@better-auth/utils/hash": "../../node_modules/@better-auth/utils/dist/hash.mjs",
// "@better-auth/utils/random": "../../node_modules/@better-auth/utils/dist/random.mjs",
// "@better-auth/utils/hex": "../../node_modules/@better-auth/utils/dist/hex.mjs",
"@better-auth/expo/client": "../../node_modules/@better-auth/expo/dist/client.js",
"better-auth/react": "../../node_modules/better-auth/dist/react.js",
"better-auth/client/plugins": "../../node_modules/better-auth/dist/client/plugins.js",
// "@better-auth/utils/hash": "../../node_modules/@better-auth/utils/dist/hash.mjs",
// "@better-auth/utils/random": "../../node_modules/@better-auth/utils/dist/random.mjs",
// "@better-auth/utils/hex": "../../node_modules/@better-auth/utils/dist/hex.mjs",
"@better-auth/expo/client": "../../node_modules/@better-auth/expo/dist/client.js",
2 replies
DTDrizzle Team
Created by z on 10/29/2023 in #help
FK identifier will be truncated... how to specify my own?
Im running into a warning because the FK constraint identifier is too long and will be automatically truncated. I would prefer to specify my own indentifier instead of it getting truncated... Is there a way to achieve this? any help is appreciated! ❤️
6 replies