i got error when i verify email can not say error...
# support-questions-legacy
a
i got error when i verify email can not say error but my mail id already in database it shows result exists=false why?
r
hey. I would need more info like the error stack perhaps, to be able to help you
a
my email is already stored in database. but when i hit verify email api it gave me a wrong respose
r
can you show me the output?
a
Copy code
{
  "status": "OK",
  "exists": false
}
r
which API are you calling?
a
this is my output
/auth/signup/email/exists
passwordless recipe
r
which email did you use to sign in up? And how are you querying the API?
a
my personal id
r
and did you use the passwordless recipe to sign up with the email?
a
yes
r
have you also initialised the emailpassword recipe?
a
no
r
which recipes have you initialised?
a
only passwordless
r
which backend SDK?
a
fastapi
r
ok. Let me try and replicate this issue
a
ohk
r
are you using a
+
or anything in the email ID? Or an
_
or
.
or something?
You need to url encode the email that you are adding in the query param
and try again
cause it's a query param
a
how to encode url
also i faced error when i try to do email and phone number together
r
you can google how to url encode
a
also i faced error when i try to do email and phone number together
r
you will have to be more specific please
a
i want to know how session management works? canu explain in simple language?
how to implment session management in fastapi pyhton
actually i got error when i try to implement those code
how to implement verify session middleware in fastapi ? can you provide me a proper code?
r
see our docs