realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

How to connect cloud with nodejs #301

Closed vinothmoorthkumar closed 6 years ago

vinothmoorthkumar commented 6 years ago

When i m inserting data using nodej the data only storing in project folder... Please anybody tell me how to connect could with my nodejs.

Then i m facing this error:(node:24525) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: Sync feature not available

bigfish24 commented 6 years ago

Can you supply more information such as a code sample and error you are getting?

TheNoim commented 6 years ago

The sync feature is only available in the enterprise version. I think they should add an option for private student projects to also access the sync feature.

mgeerling commented 6 years ago

Just an update in case anyone else is receiving Error: Sync feature not available

We have changed the way that we handle tokening. You will want to upgrade to a version of realm-js newer than 2.3.0, and you should no longer receive this error.