Using a0deploy to set identifier_first

Similar to post:

Using a0deploy to set prompts with tenant.yaml file - Auth0 Community

I am having a similar issue, but this is impacting production deployments for us. When I deploy using this command:

a0deploy import --input_file configurations/tenant.yaml -c config.json --debug

The identifier_first property is getting reset, additionally, i noticed that our login screen background gets set to black. So I am trying to debug and find ANY issue wrong with my tenant.yaml file.

I have removed all excludes, anything referencing wildcards, and removed most of our clients and still this issue persists. The application we are using to deploy has all permissions (including read/create prompts), I don’t see any indentation issues (I don’t know what it means by whitelisting), and I don’t have any sectional excludes.

What could the issue be?

I’m using auth0-deploy-cli version v8.16.0 and node version v22.19.0

It was discovered, that branding resets prompts allocation. Excluding branding solves this issue. Not sure if this is an API issue or the auth0 deploy cli issue.