parse-server: Querying User with parameter like email or username gives error invalid field name: _email_verify_token_expires_at
Every time when I sent query to fetch user created via oauth e.g google or facebook.
I get this error while fetching user
invalid field name: _email_verify_token_expires_at
and corresponding error code is
errorCode: 105
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 1
- Comments: 15 (6 by maintainers)
I just wanted to inform that I have fixed it on my side. It is not a valid fix but I urgently needed to fix the issue since in my case it was occuring in production. I had disabled email verification on self hosted server and after that it was working. May be it could be helpful to find out the actual problem.