auth0 / auth0-deploy-cli

The Auth0 Deploy CLI is a tool that helps you manage your Auth0 tenant configuration. It integrates into your development workflows as a standalone CLI or as a node module.
MIT License
248 stars 154 forks source link

Invalid key “invalid-email-format” in screen “login” #981

Open zicvic opened 1 week ago

zicvic commented 1 week ago

Checklist

Description

When using the a0deploy cli I get this error:

2024-11-14T14:50:33.763Z - error: Problem running command deploy during stage processChanges when processing type prompts
2024-11-14T14:50:33.763Z - error: Invalid key "invalid-email-format" in screen "login".

From what I can read here this should not be an invalid key?

Expectation

I expected that the supported fields are accepted during deployment.

Reproduction

  1. Given a custom text json with the key "invalid-email-format"
  2. Run a0deploy in directory mode

Deploy CLI version

8.1.0

Node version

v20.18.0

angholt commented 1 week ago

We have the exact same problem. Last successful deploy was this Wednesday so it must have broken very recently.

kushalshit27 commented 1 week ago

Hi, @zicvic , The invalid-email-format key has been removed from the login prompt and the docs are in the process of being updated. Community thread: https://community.auth0.com/t/invalid-key-invalid-email-format-in-screen-login/151531/3

Thanks