Identity functions (login | signup | validate ) are NOT run when using Google Provider

Hey Dennis,

The site was never deleted or renamed.

I had also raised a bug with the support and got a reply from Chris Mccraw.

It’s true - there is a bug in that we do not fire those functions when used with 3rd party authentication services.

You can instead use this workflow to work around the bug:

  1. rename each of the functions to something different than our event-triggered naming scheme
  2. redeploy them with this rename
  3. change your identity settings (here: Netlify App) to those functions you just renamed: Netlify App
  4. I think they will work for all auth providers

I just tried the workaround and it is working alright.

1 Like