realm-object-server

Https Proxy for Realm Object Server not working

别说谁变了你拦得住时间么 提交于 2020-01-03 04:34:07
问题 I can't seem to get the https proxy for my Realm Object Server running. I've followed every step in the docs, which include editing the configuration.yml file to change: proxy.https.enable: true proxy.https.listen_address: :: proxy.https.listen_port: 9443 proxy.https.certificate_path: 'cert_path' proxy.https.private_key_path: 'private_key_path' When I visit http://example.com:9080 it's fine, but visiting https://example.com:9443 doesn't work - I've verified the paths are correct, and the cert

Can't see the database on Realm Object Server

杀马特。学长 韩版系。学妹 提交于 2020-01-03 04:17:24
问题 I have created a method to manage shared table between all users however I can't see this table. I have just remove the "~" character, it works if I leave the "~" character but the table it's only visible by the owner. I don't know why it does not work. Maybe it's not the proper way to share a table between users? static public func setGlobalDatabase(database:String, completion: @escaping (_ realm: Realm?, _ error: Error?) -> Void) { let realmPath = RealmService.REALM_SERVER_DATA + "/" +

How to handle sync error: “Bad changeset received: Assertion failed: left().link_target_table_ndx == right().link_target_table_ndx”

寵の児 提交于 2019-12-22 07:56:30
问题 I got this error on the object server console on login and can't sync anymore. The same user account was working before. 2016-12-13T13:20:52.858Z - error: sync-server: Connection[6]: Session[1]: Bad changeset received: Assertion failed: left().link_target_table_ndx == right().link_target_table_ndx (message_type='upload') 2016-12-13T13:20:52.858Z - info: sync-server: Connection[6]: Session[1]: Session terminated (session_ident=1). 2016-12-13T13:20:52.858Z - info: sync-server: Connection[6]:

How to handle sync error: “Bad changeset received: Assertion failed: left().link_target_table_ndx == right().link_target_table_ndx”

狂风中的少年 提交于 2019-12-05 14:10:58
I got this error on the object server console on login and can't sync anymore. The same user account was working before. 2016-12-13T13:20:52.858Z - error: sync-server: Connection[6]: Session[1]: Bad changeset received: Assertion failed: left().link_target_table_ndx == right().link_target_table_ndx (message_type='upload') 2016-12-13T13:20:52.858Z - info: sync-server: Connection[6]: Session[1]: Session terminated (session_ident=1). 2016-12-13T13:20:52.858Z - info: sync-server: Connection[6]: Sending: ERROR(error_code=212, message_size=22, try_again=0, session_ident=1) 2016-12-13T13:20:52.859Z -