Empty object user when authenticating with Realm.Credentials.jwt(token) and Realm connection issue with RN hot reload
问题 I am trying to use Mongo Realm (v10.0.0-beta.9) ; I use a JWT authentication (token being generated by AWS Cognito). It works pretty well since a user has been created (in Mongo Realms Users menu) and I was able to insert a data in my realm. But... 1. Empty user object One strange thing nevertheless: the user I get from the authentication is empty const credentials = Realm.Credentials.custom(jwt) // Authenticate the user const user: Realm.User = await app.logIn(credentials) console.log(