You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the auth_helpers don't work in Nextjs app router server-side rendered components because they use the useConvexAuth hook, and they haven't declared they are to be run on the client. Could you please add the 'use client' directive at the top of the auth_helpers?
The text was updated successfully, but these errors were encountered:
Hey guys,
Currently the
auth_helpers
don't work in Nextjs app router server-side rendered components because they use theuseConvexAuth
hook, and they haven't declared they are to be run on the client. Could you please add the'use client'
directive at the top of theauth_helpers
?The text was updated successfully, but these errors were encountered: