BackendlessException{ code: 'Internal client exception', message: 'null' }

After Backendless.UserService.logout() call, Backendless returns an error:BackendlessException{ code: ‘Internal client exception’, message: ‘null’ }

Hi Denys,

Try to use async method: https://github.com/Backendless/Android-SDK/blob/master/src/com/backendless/UserService.java#L438
Synchronous methods aren’t allowed in main thread on Android.

I use this method in background thread

But still, does async method produce the same error?