I have a .Net Maui application which to date has worked well with Ream Sync.
However now I get the error “Database has an unsupported version (24) and cannot be upgraded” when I create the Realm (App.RealmApp = Realms.Sync.App.Create(appId);).
This error is only raised when I debug in Windows, debugging in Android mobile emulator is no problem.