Sorry to budge in again: Front end: I am using Em...
# support-questions
g
Sorry to budge in again: Front end: I am using EmailPassword.init() in my recipeList. Back end: I am using EmailPassword.init(), in my recipeList as well. I am also using superTokens core & do have my connectionURI and the apiKey configured. I am trying to signup with "usernam@CustomDomain.com". It logs me in, although in my userdID post successful signup is shown as "DEFAULT_USER_ID". At the same time, once I try to signOut(), I get this error "No instance of ThirdPartyEmailPassword found. Make sure to call the ThirdPartyEmailPassword.init" Reading userID like this: import { useSessionContext } from 'supertokens-auth-react/recipe/session'; let {userId, accessTokenPayload} = useSessionContext(); Do I need to implement ThirdPartyEmailPassword ?
17 Views