Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection attributes are not compatible with Custom Login Page #995

Closed
6 tasks done
ik-southpole opened this issue Dec 3, 2024 · 4 comments
Closed
6 tasks done
Assignees
Labels

Comments

@ik-southpole
Copy link

ik-southpole commented Dec 3, 2024

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

@ik-southpole ik-southpole changed the title Connection ManagementApiError: Connection attributes are not compatible with Custom Login Page Dec 3, 2024
@ik-southpole ik-southpole changed the title ManagementApiError: Connection attributes are not compatible with Custom Login Page Connection attributes are not compatible with Custom Login Page Dec 3, 2024
@kushalshit27
Copy link
Contributor

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.

@marybethhunter
Copy link

Community post from 12/9 reporting the same error: https://community.auth0.com/t/deploy-cli-failed-on-updating-databases-due-to-managementapierror-connection-attributes-are-only-compatible-with-new-universal-login-experience/159847

@kushalshit27 kushalshit27 self-assigned this Dec 11, 2024
@kushalshit27
Copy link
Contributor

kushalshit27 commented Dec 11, 2024

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!

@kushalshit27
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants