Rank 1: Thread
Hi!
I call a function (in function I create user) from the web client, to which I send the payload with the email.
It allows me to create a single user at first time.
Then I call the function again and send another email, but returns an error “Error: A user with the same email already exists in your project.” and will return an error to any email I send after
This can go on indefinitely. Deploying a function does not change the answer. I can only break this by changing or deleting any existing user. After this action, I can create again only one user and everything repeats again.
Function made by nodejs
I can show the code if needed
Thank you