ConveProviderWith Auth error on my code
Error: Could not find
ConvexProviderWithAuth
(or ConvexProviderWithClerk
or ConvexProviderWithAuth0
) as an ancestor component. This component may be missing, or you might have two instances of the convex/react
module loaded in your project.
i got this error on my code i had no idea what is it about and i have never use convex before :( can someone help me with it ?1 Reply
You're calling
useConvexAuth
from a component without having auth setup.