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:
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
- Use the
tenant.yaml
- Import it
- 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.
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
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.
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.