Hi, I had the same issue but I wasn’t using right
I had this
strapi.plugins['users-permissions'].services.sendConfirmationEmail(user)
When It should have been this
strapi.plugins['users-permissions'].services.user.sendConfirmationEmail(user)
Hi, I had the same issue but I wasn’t using right
I had this
strapi.plugins['users-permissions'].services.sendConfirmationEmail(user)
When It should have been this
strapi.plugins['users-permissions'].services.user.sendConfirmationEmail(user)