Hi Guys, im using single-spa in my applcation, i make the configuration in the root of the application, but im getting this error on signIn, anyone can help-me?
r
rp_st
02/23/2023, 5:26 AM
hey @Karlos
rp_st
02/23/2023, 5:27 AM
whats the recipe list you have initialised?
k
Karlos
02/23/2023, 1:04 PM
Session and EmailPassword
r
rp_st
02/23/2023, 1:57 PM
you need to check if you are initialising supertokens before using any of its functions. Can you print out something right before init and right before the function call you are doing to make sure that the init happens before?