Khalil
Khalil9mo ago

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"
}
{
"errors": [
{
"message": "Signed out",
"long_message": "You are signed out",
"code": "signed_out"
}
],
"clerk_trace_id": "ac6972ae4b580468505a88fd465abac2"
}
4 Replies
erquhart
erquhart9mo ago
Are you also using Expo by chance? There are threads in the Clerk discord about this message, worth taking a look there. The first one I found with some sort of solution was Expo specific.
Khalil
KhalilOP9mo ago
not using expo, just Nextjs
erquhart
erquhart9mo ago
Okay, gotcha. Yeah, I'd recommend checking out the Clerk discord, a lot of folks have run into this with various setups.
Khalil
KhalilOP9mo ago
will do, thank you!

Did you find this page helpful?