#how do check if email doesnt exist

1 messages · Page 1 of 1 (latest)

astral depot
#

Is your findOne finding the userrecord with the email? @hybrid flicker

#

If not, then your user.email will fail, because user is null.

#

Change it to just if (user === null){.