Can't get success result during logout on Android

Hi everyone. I use Auth Android SDK and try to logout and catch success event in VoidCallback, but when system try to redurect to (redurectTo) allowed Callback URL from “Allowed Callback URLs” I get 404 HTTP error.

There is step in documentation, when we need to add Allowed Callback URLs in Allowed Logout URLs. I’ve done that.

Please, may be somebody knows something about that?

Can you post a snippet of code from your logout request, including where you catch the callback and redirect to the allowed callback URL?