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
When trying to implement a manual client reset handler we call Realm.App.Sync.initiateClientReset(realmApp, realmPath); as per the docs.
But this produces an error:
/realm/dist/app-services/Sync.js:146
const success = app.internal.immediatelyRunFileActions(path);
^
TypeError: app.internal.immediatelyRunFileActions is not a function
at Sync.initiateClientReset (node_modules/realm/dist/app-services/Sync.js:146:38)
at errorCallback (test-realm-pbs.js:54:18)
at onError (test-realm-pbs.js:18:9)
at Object.errorHandler (node_modules/realm/dist/app-services/SyncSession.js:101:9)
Node.js v21.6.0
This does not occur when using [email protected] which means that this is a regression in recent versions. Likely due to #6637
Stacktrace & log output
No response
Can you reproduce the bug?
Always
Reproduction Steps
No response
Version
12.9.0
What services are you using?
Atlas Device Sync
Are you using encryption?
No
Platform OS and version(s)
macos
Build environment
Which debugger for React Native: ..
Cocoapods version
No response
The text was updated successfully, but these errors were encountered:
How frequently does the bug occur?
Always
Description
When trying to implement a manual client reset handler we call
Realm.App.Sync.initiateClientReset(realmApp, realmPath);
as per the docs.But this produces an error:
This does not occur when using [email protected] which means that this is a regression in recent versions. Likely due to #6637
Stacktrace & log output
No response
Can you reproduce the bug?
Always
Reproduction Steps
No response
Version
12.9.0
What services are you using?
Atlas Device Sync
Are you using encryption?
No
Platform OS and version(s)
macos
Build environment
Which debugger for React Native: ..
Cocoapods version
No response
The text was updated successfully, but these errors were encountered: