Function identity-signup is no longer called when running locally in dev mode

Hi,

My site at Netlify App has Netlify Identity being enabled.

It has also a function identity-signup.js being defined.

When running the site locally with ntl dev, I run the following scenario:

  • from http://localhost:8888, I launch the Netlify Signup widget and register a name, a unique email & a password
  • upon receiving the confirmation email, I paste the URL in my browser and change the scheme + host + port to http://localhost:8888

Excepted:

  • the identity-signup.js function is called
  • the identity is created in Netlify

Actual:

  • the identity-signup.js function is NOT called (confirmed through debug run, logs, console.log)
  • the identity is created in Netlify

Do you know if something has changed because it used (at least in January) to work like a charm.

Thanks for any help,
Damien

Hey @dcoraboeuf,

Could you open an issue on the CLI repo: Issues · netlify/cli · GitHub? The devs can directly engage with you and help you solve the issue.

Thanks, done at Function identity-signup is no longer called when running locally in dev mode · Issue #5526 · netlify/cli · GitHub

Thanks for letting us know!