Domain errors
An index of Clerk errors related to domains.
DomainNotFound
Signifies an error when no domain with the given ID was found.
DomainUpdateForbidden
Signifies an error when trying to update a domain for any instance that is not a production instance.
OperationNotAllowed OnSatelliteDomain
Signifies an error when trying to perform an operation on a satellite domain that is not allowed.
OperationNotAllowed OnPrimaryDomain
Signifies an error when trying to perform an operation on a primary domain that is not allowed.
SyncNonceAlreadyConsumed
Signifies an error when the nonce that was given during the sync flow is already consumed.
PrimaryDomainAlreadyExists
Signifies an error when a new domain is added as primary while there is already one in the instance. Currently, we only support a single primary domain per instance.
InvalidProxyConfiguration
Signifies an error when the proxy URL is not configured correctly.
Feedback
Last updated on