KhalilK
Convex Community2y ago
5 replies
Khalil

Getting Convex error on Clerk Signout

When I signout I get an error (although signout does work).
I am using
@clerk/nextjs 5.0.1
and
convex 1.11.2


{
    "errors": [
        {
            "message": "Signed out",
            "long_message": "You are signed out",
            "code": "signed_out"
        }
    ],
    "clerk_trace_id": "ac6972ae4b580468505a88fd465abac2"
}
Was this page helpful?