Skip to Content
You are viewing a beta version of Clerk Docs
Visit the latest docs
Clerk logo

Clerk Docs

Ctrl + K
Go to clerk.com

Cookie errors

An index of Clerk errors related to cookies.

MissingClaims

Signifies an error when token is missing claim.

{ "shortMessage": "<invalidCookieMessage>", "longMessage": "The token is missing the following claims: <claims>", "code": "cookie_invalid_code" }

Signifies an error when cookie is invalid.

{ "shortMessage": "The provided cookie is invalid.", "code": "cookie_invalid_code" }

InvalidRotatingToken

Signifies an error when rotating token does not match the client's rotating token.

{ "shortMessage": "<invalidCookieMessage>", "longMessage": "The client's rotating key does not match the given one <token>", "code": "cookie_invalid_code" }

Last updated on February 22, 2024

What did you think of this content?

Clerk © 2024