-
I am having this issue:
FetchError: request to https://europe-west1.gcp.stitch.mongodb.com/api/client/v2.0/app//auth/providers/api-key/login failed, reason: getaddrinfo ENOTFOUND europe-west1.gcp.s…
-
- **Package Name**: [@azure/monitor-opentelemetry](https://www.npmjs.com/package/@azure/monitor-opentelemetry?activeTab=readme)
- **Package Version**: 1.2.0
- **nodejs**
- **version**: 18.15.0
…
-
## Versions/Environment
1. What version of Rust are you using? - 1.65.0
2. What operating system are you using? - WSL (Linux on windows)
3. What versions of the driver and its dependencies are…
-
Add support for watch operations on collections.
We should support the original watch API in a similar way to how we ported the MongoClient API's (i.e. replacing Task with RealmAsyncResultTask).
The…
-
When console logging an `app.currentUser` the traversal of the objectgraph will call `hasOwnProperty` on the functions factory instance, yielding the following uncaught exception:
```
Request failed …
-
## Goals
I have specified metadata fields in the custom JWT authentication settings, but these fields do not appear on the user object after logging in.
I am working with `realm-web` version `0.9.0`
…
-
Progress:
* [x] Scaffold: [https://github.com/realm/realm-java/pull/6804](https://github.com/realm/realm-java/pull/6804)
* [x] Add task solution from Stitch: [https://github.com/realm/realm-java/pul…
-
### Description
This group defined a number of [projects/goals for 2023](https://github.com/nodejs/package-maintenance/issues/550) & one of them was to create a new "statusboard" (similar to npm's …
-
### How frequently does the bug occur?
All the time
### Description
Running ...
```
const email = "joe.jasper@example.com"
await app.emailPasswordAuth.sendResetPasswordEmail({ email });
```
... as…
-
`collection.watch()` provides access to change streams for the remote mongo client.