rp
05/12/2022, 4:31 AMfunk101
05/12/2022, 4:32 AMServer Error
Error: No instance of EmailPassword found. Make sure to call the EmailPassword.init method.See https://supertokens.io/docs/emailpassword/quick-setup/frontend
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.
rp
05/12/2022, 4:49 AMfunk101
05/12/2022, 4:52 AMgetRedirectionURL: async (context) => {
if (context.action === "SIGN_IN_AND_UP") {
return "/signin-signup";
}
},
/signin-signup?redirectToPath=%2Fsignin-signup
rp
05/12/2022, 4:56 AMfunk101
05/12/2022, 5:03 AM