auth0/auth0-deploy-cli

Connection attributes are not compatible with Custom Login Page

Closed this issue · 4 comments

Checklist

  • I have looked into the README and have not found a suitable solution or answer.
  • I have looked into the documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have upgraded to the latest version of this tool and the issue still persists.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Description

The UI:

image

The exported tenant:

tenant.yaml

databases:
  - name: my-database
    strategy: auth0
    options:
      attributes:
        email:
          signup:
            status: required
            verification:
              active: true
          identifier:
            active: true
          profile_required: true
          verification_method: link

Error during import:

2024-12-03T14:06:34.799Z - error: Problem running command import during stage processChanges when processing type databases
2024-12-03T14:06:34.799Z - error: Problem creating databases {"name":"my-database"}
ManagementApiError: Connection attributes are not compatible with Custom Login Page.
2024-12-03T14:06:34.799Z - debug: Error: Problem creating databases {"name":"my-database"}
ManagementApiError: Connection attributes are not compatible with Custom Login Page.
    at /Users/user/workspace/auth0/node_modules/auth0-deploy-cli/lib/tools/auth0/handlers/default.js:220:31
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)

Expectation

my-database database must be created

Reproduction

  1. Use the tenant.yaml
  2. Import it
  3. Get the error

Deploy CLI version

8.3.0

Node version

v22.11.0

Hi, @ik-southpole ,
Thank you for reporting this issue!
Our team is currently investigating the issue and will provide a fix as soon as possible.

Hi, @ik-southpole
As per the error given "Connection attributes are not compatible with Custom Login Page"

You can disable the Custom Login Page option to configure database connection attributes.
image

Thanks!

Hi, @ik-southpole
I would appreciate you test this out and if problem still persists, please provide more information with the issue for further investigation.