LocalChatOwner
class LocalChatOwner(mapGptSettings: MapGptSettings, connectivityChecker: ConnectivityChecker) : UIComponent
Your AndroidManifest.xml application tag needs to set usesCleartextTraffic to true in order for this service to communicate with the localhost.
android:usesCleartextTraffic="true"