mopixels
11/24/2022, 11:39 AMsignUp
from supertokens-auth-react/recipe/emailpassword
, but it doesn't send verification email.
2. I added verification page /auth/verify-email
as recommended - https://supertokens.com/docs/emailpassword/common-customizations/email-verification/embed-in-page#step-2-render-the-component-yourself, but I get an error in this page:
Server Error
Error: No instance of EmailVerification found. Make sure to call the EmailVerification.init method.
If you are trying to use this method doing server-side-rendering, please make sure you move this method inside a componentDidMount method or useEffect hook.
I initiated superTokens as recommended in _app.tsx
file.rp_st
11/24/2022, 11:40 AMrp_st
11/24/2022, 11:42 AMrp_st
11/24/2022, 11:51 AMSuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).
Powered by