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
rp
11/08/2022, 5:21 AM
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?
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
BeeMoe
11/08/2022, 6:47 AM
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
rp
11/08/2022, 6:50 AM
Even after u sign up with that email?
b
BeeMoe
11/08/2022, 6:52 AM
that would be the problem
r
rp
11/08/2022, 6:53 AM
what are the input emails you are giving? And how are you querying the core?
b
BeeMoe
11/08/2022, 6:54 AM
no i just forgot the most important part of the sign up process, which is signing up