Hi, I'm having trouble with enabling email verific...
# support-questions-legacy
d
Hi, I'm having trouble with enabling email verification in my ThirdPartyEmailRecipe. When I call EmailVerification.sendVerificationEmail() (imported from supertokens-web-js/recipe/emailverification) in my Vue file, I get the error "No instance of EmailVerification found. Make sure to call the EmailVerification.init method. " In the django backend, I do call emailverification.init() in the recipe_list. Do you know what could be going wrong?
r
hey @dominik_21160 you also need to enable the email verification recipe on the frontend's supertokens.init
d
Ahh, thank you! By the way: This is the most amazing support I have ever seen, you literally answer within minutes and have solved my problems every time so far. Thanks so much for the awesome product and the support
r
Great! Appreciate it 🙂
13 Views