python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to store an Array of Arrays with Realm in React Native?
I want to store an array of arrays using Realm, but if I use type mixed it throws an error:
[Error: A mixed property cannot contain an array of values.]
This is my sample code:
export const ContentS...
Nishad Patil
Votes: 0
Answers: 1
how to run nodemailer on MongoDB Realm? nodemailer failed to execute on MongoDB Realm
how to run nodemailer on MongoDB Realm?
nodemailer failed to execute on MongoDB Realm
code:
const nodemailer = require("nodemailer");
exports = async function (changeEvent) {
try {
...

Jackson Kasi
Votes: 0
Answers: 1
"App init setup failed: a project already exists" MongoDB Realm App
I have an error message that I do know know who to fix regarding Mongodb Realm CLI.
https://docs.mongodb.com/realm/cli/realm-cli-apps-create/
When I write the following command in Terminal:
realm-cli ...
Hurup
Votes: 0
Answers: 0
Invalid session Error while trying to retrieve data using MongoDB Realm
I got this error while i tried to print a collection from MongoDB Realm database
INVALID_SESSION(realm::app::ServiceError:2): invalid session: access
token expired
Here is my code :
Realm.init(this)...
Elhannaoui
Votes: 0
Answers: 0