quickFastJoe
BABetter Auth
•Created by quickFastJoe on 3/5/2025 in #help
How to handle database errors
think it might be that
20 replies
BABetter Auth
•Created by quickFastJoe on 3/5/2025 in #help
How to handle database errors
im using update phonenumber
20 replies
BABetter Auth
•Created by quickFastJoe on 3/5/2025 in #help
How to handle database errors
this is the call
20 replies
BABetter Auth
•Created by quickFastJoe on 3/5/2025 in #help
How to handle database errors
const verifyResponse = await authClient.phoneNumber.verify({
phoneNumber: phoneNumber,
code: values.pin,
updatePhoneNumber: true
});
20 replies
BABetter Auth
•Created by quickFastJoe on 3/5/2025 in #help
How to handle database errors
schema: 'public',
table: 'user',
20 replies
BABetter Auth
•Created by quickFastJoe on 3/5/2025 in #help
How to handle database errors
i did not change anything in the verification table
20 replies
BABetter Auth
•Created by quickFastJoe on 3/5/2025 in #help
How to handle database errors
This seems to be referencing the user table
20 replies
BABetter Auth
•Created by quickFastJoe on 3/5/2025 in #help
How to handle database errors
but cause its 500 before and after i dont seem to get it
20 replies
BABetter Auth
•Created by quickFastJoe on 3/5/2025 in #help
How to handle database errors
I tried hooks using ctx.context.returned
20 replies
BABetter Auth
•Created by quickFastJoe on 3/5/2025 in #help
How to handle database errors
i would like to catch it so i can properly handle the error
20 replies
BABetter Auth
•Created by quickFastJoe on 3/5/2025 in #help
How to handle database errors
if an account already has the number allocated i get this error
20 replies
BABetter Auth
•Created by quickFastJoe on 3/5/2025 in #help
How to handle database errors
basically i verify users phone number via otp
20 replies
BABetter Auth
•Created by quickFastJoe on 3/5/2025 in #help
How to handle database errors
How can I catch this error?
20 replies