Hello, trying to integrate registration and for some reason the logic is failing, I’m pretty sure it’s something dumb from my side that I’m not seeing , maybe someone would know
I want to register the user by ‘email’ only if the number of accounts with such email equals to 0 -
And my email does exist in the database
But when trying to register it says there are 0 accounts with such emails.
What am I missing here?
Thank you