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
rp_st
09/27/2023, 11:19 AM
hey @dominik_21160 you also need to enable the email verification recipe on the frontend's supertokens.init
d
dominik_21160
09/27/2023, 11:31 AM
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
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).