-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node.js and Sync can't found 'User' #852
Comments
Sorry, sync is not available in the developer edition when running on Linux. I will make sure there is a descriptive error message for this. |
Is sync available in any developer edition? |
Yes, it's available on MacOS. Whether it will be on Linux in the future, I am not in a position to say. It might happen but I can't promise anything. You are right that we need to document this. |
@kristiandupont what is the reasoning behind making sync only available on MacOS? It doesn't make sense to me. If it's a server chances are it will be Linux. |
@kristiandupont Does the new universal Node.js support for windows announced here (https://realm.io/news/realm-javascript-node-js-windows/ have Sync included? |
@kristiandupont Thank you for clarify it. |
This has been requested before. It's a reasonable request but at the time we are not considering it. Realm produces a lot of open source code -- the mobile database and all of the local sdk's are completely free and open source. The professional and enterprise editions of sync are the only products we charge for and we need to focus our efforts somewhat. |
@kristiandupont according to https://realm.io/pricing "Two-way, Realtime Synchronization" is supported for the Developer Edition. If this is only for MacOS you should explicitly mention that. What about Server-side Access and Event Handling? Are they supported on any OS for the Developer Edition? |
@fotiDim I know that the free edition of Realm Mobile Database works fine with Xamarin.Forms (.NET) apps, at least for iOS and Android. |
@fotiDim you are right, that is confusing. I will talk with marketing about that. |
Hello,
I'm trying to follow the documentation regarding using realm with Node.js and the sync functionallity.
I'm running the realm mobile plattform in a ubuntu 16.04 virtual machine and it is working properly.
I'm using node v7.5.0 and npm 4.1.2
I installed realm for nodeusing:
npm install --save realm
And I test it locally using the NodeInterprocess example and it is working.
However when I try to use the example code to sync:
I receive the following error:
Am I missing something?
The text was updated successfully, but these errors were encountered: