This happens to me right now for some reason.
Some clients report that they got this error:
21:27:19:58
2021-05-21T18:27:20.131Z c792ac33-3292-44c3-a1e7-b0dd21aaca00 ERROR {
message: "cannot find app using Client App ID 'timeless-is-***'",
code: -1
}
But, other clients can access our app with no problems.
Here’s the code that we use:
const realmApp = new Realm.App({ 'id': 'timeless-is-***' })
const user = await realmApp.logIn(Realm.Credentials.anonymous())
const db = user.mongoClient('mongodb-atlas').db('timeless-is')
Versions:
- Node:
12.10
- Realm:
realm@10.4.1
No idea how can I fix this