https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
v

vanniktech

01/10/2020, 5:42 PM
Using ktor on iOS with
io.ktor:ktor-client-core-native
and I’m getting this:
Copy code
CredStore - performQuery - Error copying matching creds.  Error=-25300, query={
    class = inet;
    "m_Limit" = "m_LimitAll";
    ptcl = htps;
    "r_Attributes" = 1;
    sdmn = "oauth2/client";
    srvr = "<http://myserver.app|myserver.app>";
    sync = syna;
}
Does anyone know what could be the issue?
s

StefMa

01/10/2020, 8:49 PM
I don't know what you did but googling the error give some results 🙃. See for example https://stackoverflow.com/questions/46099940/credstore-perform-query-error
v

vanniktech

01/10/2020, 8:54 PM
Yup but none of them really helped me
11 Views