Convex queries running on Clerk sign up page causing uncaught errors
I have this ConvexClientProvider:
and this sign up page:
When I go to the sign-up page, after deleting all users from clerk and with no special Clerk middleware, I get a brief flash of the correct Clerk sign up component and then the app crashes because of this error:
I'm not really sure what's causing this query to run.. Any thoughts?
1 Reply
I even wrapped my main layout with
<Authenticated>
but I still have the same issue
ah nvm, it was a modal that sneaked into the main layout, resolved! Keeping this here in case anyone experiences the same issue