smaccoun
CCConvex Community
•Created by Joe on 4/13/2023 in #support-community
primary and foreign key constraints?
Ah okay cool. Was just curious. I'm manually doing it now just was curious. Thanks 👍
15 replies
CCConvex Community
•Created by Joe on 4/13/2023 in #support-community
primary and foreign key constraints?
Is there an estimate for when this will be added? At least setting uniqueness constraints on the db level
15 replies
CCConvex Community
•Created by gioru on 8/27/2024 in #support-community
Need help with handling Convex Auth signIn errors in prod
Yup this is on the right track! But as mentioned would be good to have a full enum list to match over, but this is a great start and at least ahndles the invalid password case which is what i was testing
30 replies
CCConvex Community
•Created by gioru on 8/27/2024 in #support-community
Need help with handling Convex Auth signIn errors in prod
Has anyone found an example of this where someone cleanly handles auth errors? For example incorrect password. Handling application (expected) errors is quite important in signup
30 replies
CCConvex Community
•Created by Oren on 8/23/2024 in #support-community
how to handle auth errors
I"m also wondering about this. I'm trying to use
e instanceof ConvexError
and it's not working great. It would be nice for for application level errors in convex auth if it just returned a successful Result<Failure, Success>
type with known error so we could handle these intelligently on the clietn wiht the erorr messages we want. Auth is a plcace where there are a lot of handleable errors that need to be dealt with2 replies