Hello.
I’m getting this error when accessing Mongo Atlas from my Spring Boot app:
{
"ok": 0,
"errmsg": "cannot find user account after reload",
"code": 8000,
"codeName": "AtlasError"
}
I couldn’t find any topic about this exact error message. Does anybody know, what does it mean?