Display errors thrown by <SignIn /> & <SignUp /> #2033
Replies: 2 comments
-
I'm facing the same issue when working with custom authentication pages using Clerk in Next.js. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm building a custom auth pages with Clerk NextJS SDK, but I'm having trouble handling errors with it.
For example, if I try to log in to an account that's not registered yet, the form throws a 422 error, but I have no idea how to catch it and display it in a toast or something else.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions