You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Studio attempts to recover local changes when a client reset occurs. Instead it should enforce clientResyncMode: Realm.Sync.ClientResyncMode.Manual.
To Reproduce
Steps to reproduce the behavior:
Create a Realm
Define its schema
Delete the Realm
Create the Realm again
Open the Realm and observe that the old schema is preserved because Studio handles the client reset transparently and recovers its pre-reset changes.
Expected behavior
Studio should not modify the server Realm
Versions:
OS: Mac
Studio Version: 3.8.3
Realm Object Server version: Cloud
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Studio attempts to recover local changes when a client reset occurs. Instead it should enforce
clientResyncMode: Realm.Sync.ClientResyncMode.Manual
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Studio should not modify the server Realm
Versions:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: