Hi, I am using the python sdk with fastapi + react library with the 3rd party email/password recipe.
Sometimes, after clicking signin/signup, i am getting the Error
supertokens_python.exceptions.GeneralError: No SuperTokens core available to query
on my server. Is there any reason why this happens?
r
rp_st
08/16/2022, 12:05 PM
Hey! The only reason this could happen is if the core was down whilst it was being queried - are you using our managed service or self hosted?
l
Luca
08/16/2022, 12:09 PM
I am using the managed service.
r
rp_st
08/16/2022, 12:10 PM
Can you DM me your email ID you have used to sign up on our site?
rp_st
08/16/2022, 12:10 PM
And how often does this happen?
l
Luca
08/16/2022, 12:14 PM
I've sent you the email id.
I would say 1/3 requests are failing.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).