kfiross / flutter_mongodb_realm

Unofficial Flutter plugin for using MongoDB Realm services on Android, iOS and web.
Apache License 2.0
41 stars 17 forks source link

Service not found error #35

Open reju1021 opened 3 years ago

reju1021 commented 3 years ago

Hi there,

I just tried a simple find and insertOne query with your framework. However, these queries seem to throw an error in MongoDB Realm (see attached screenshot). I followed the code from the example 1:1. Any ideas what might be wrong?

image