Overview
This article explains how to resolve the following error when running the Deploy CLI <v8:
error: Problem running command import during stage processChanges when processing
type customDomains
error: Query validation error: “additional properties not allowed: paginate”
Applies To
- Deploy CLI
Solution
Update to v8 or the most recent version of CLI.
For older versions (v7), the custom domain feature can be excluded from the config file to avoid the error by following the instructions here: Exclude Resources From Management | Exclude entire resources by type. For example:
{
"AUTH0_DOMAIN" : "[tenant-domain].[region].auth0.com",
"AUTH0_CLIENT_ID" : "..redacted",
"AUTH0_CLIENT_SECRET" : "..redacted",
"AUTH0_EXCLUDED" : "customDomains"
}