Bahrom Jabborov
Bahrom Jabborov
> I try to save data on the main thread and read the data in an isolate. even when calling .flush() it is not working. is there any way to...
I had the same issue. My solution was creating MyApp class on the android side. ``` class MyApp : Application() { override fun onCreate() { super.onCreate() MapKitFactory.setApiKey("API_KEY") } } ```...
Please dear team pay attention to this bug. it's really bothering projects
any news here?
I'm sorry for not getting back to you sooner. I see that the pattern involves usernames being in the Cyrillic alphabet.
When can we expect this issue to be fixed?
Guys, I've traced that in two of our clients' machines this bug occurred. I think this is because of using non-ASCII character in username of laptop as you've guessed. Pls,...