realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.72k stars 564 forks source link

Sync protocol version issue in 12.0.0-browser.2 #6795

Open akshayxfortech opened 1 month ago

akshayxfortech commented 1 month ago

How frequently does the bug occur?

Always

Description

The log says sync client must have a sync protocol version of at least 13 to sync on this application, but found version 9. Please update your application to use a newer SDK

Extra Data

SDK:

JS v12.0.0-browser.1

Framework:

WebAssembly vunknown

Platform:

unknown vMozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

The application we developed using web-browser realm of the same version is still working on our development server in south-1, but not in our paid server present in southeast-1.

I am going to try switching the server location from southeast-1 to south-1.

Stacktrace & log output

Error:

sync client must have a sync protocol version of at least 13 to sync on this application, but found version 9. Please update your application to use a newer SDK

Function Call Location:

IN-MB

Remote IP Address:

xxx.xxx.x.x

SDK:

JS v12.0.0-browser.1

Framework:

WebAssembly vunknown

Platform:

unknown vMozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Can you reproduce the bug?

Always

Reproduction Steps

No response

Version

12.0.0-browser.2

What services are you using?

Atlas Device Sync

Are you using encryption?

No

Platform OS and version(s)

Web

Build environment

Which debugger for React Native: ..

Cocoapods version

No response

sync-by-unito[bot] commented 1 month ago

➤ PM Bot commented:

Jira ticket: RJS-2865

kneth commented 1 month ago

@akshayxfortech Realm JS v12.0.0-browser.1 is far behind current Realm JS. We have an upcoming project to rebase https://github.com/realm/realm-js/pull/5525 and make it easier for users to consume.

akshayxfortech commented 1 month ago

That would be great.