CustomError: The operation was canceled

What type of problem cause this error ?
It’s a network problem ? Server problem ?
I’m using Realm .Net SDK 12.2.0 with Xamarin Forms.

“type”: “Realms.Sync.Exceptions.AppException”,
“message”: “CustomError: The operation was canceled.”,
“stackTrace”: "
at Realms.Sync.SyncUserHandle.RefreshCustomDataAsync () [0x00095] in :0 \n
at Realms.Sync.User.RefreshCustomDataAsync () [0x00067] in :0 \n
at Realms.Sync.User.RefreshCustomDataAsync[T] () <0x771a8554 + 0x0019f> in :0 \n
at LexSemanticClient.Services.AppEnviromentService.verifyusers () [0x000be] in :0 ",

This is typically caused by the connection getting interrupted in the middle of the request.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.