supertokens_python.exceptions.GeneralError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c...
a
supertokens_python.exceptions.GeneralError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997) what is the solution of this error
r
hey @abcdefgh3856
this seems to be a SSL issue. Whats the core connection URI?
a
i solved
how to get userinputcode
??
r
which API are you talking about?
a
POST /auth/signinup/code/consume: For finishing the passwordless login/sign up process
r
thats the OTP which the user enters
a
then it shows error
r
whats the error?
a
supertokens_python.exceptions.GeneralError: SuperTokens core threw an error for a POST request to path: /recipe/signinup/code/consume with status code: 400 and message: Field name 'userInputCode' is invalid in JSON input
this error show
r
how r u making the request?
a
means?
r
how r u querying the core? Using our functions from the sdk? Or direct API call? Can i see some code?
a
direct api call
r
wont be able to help without seeing code.
a
are u able to see my code?
r
where are you quering the core in here?
or are you querying the api from the frontend passing in the userinputcode?
a
thanks for help
i also solved this error
hello
i got error when i verify email can not say error but my mail id already in database it shows result exists=false
why?
18 Views