Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Realm Object Server,但无法访问数据。在此处输入图像描述
你能说我为什么会收到这个错误吗?
平台 - 安卓。语言 - Kotlin。领域版本 - 5.4.0
我只是在构建器上使用了“fullSynchronization”功能。
private val configuration = SyncUser .current() .createConfiguration(OutdoorAllyConstants.REALM_OA_REGS_URL) .waitForInitialRemoteData() .fullSynchronization() .build()