is in memory different from db (aside from not bei...
# support-questions-legacy
b
is in memory different from db (aside from not being permanent of course) because whenever i check if an email exists it always returns false even when i use the same dummy email i thought it only cleared when the supertokens core restarted
r
hey yea. It should only clear the data if the core is restarted. What actions are you performing exactly? How can we replicate this issue?
using this guide
r
Yea I mean. The in mem core should not remove info for sure unless it’s restarted. We run an in memory core on try.supertokens.com for weeks at a time and the data persists perfectly fine
b
that doesnt seem to be the behavior i am getting though, the check email function gets called multiple times with the same email and doesExist is false every time
r
Even after u sign up with that email?
b
that would be the problem
r
what are the input emails you are giving? And how are you querying the core?
b
no i just forgot the most important part of the sign up process, which is signing up
thanks for the help
r
ok
4 Views