Jeffrey Manalang

Results 16 comments of Jeffrey Manalang

@gringoireDM How can I expand my node on first load?

What i did is here it worked for me. value.forEach { self.treeView.select(node: $0, inSection: 0) let children = $0.children children?.forEach { self.treeView.select(node: $0, inSection: 0) } }

Any updates on donut chart ?

I already used Amplify.Logging.logLevel = .verbose this is the output message > 2024-07-03T05:45:44+0800 info CognitoIdentityClient : [Logging] Request: POST https:443 Path: / X-Amz-Target: AWSCognitoIdentityService.GetId, Content-Type: application/x-amz-json-1.1, Host: cognito-identity.us-east-2.amazonaws.com, Content-Length: 6111,...

I encounter this too, after removing this from the configuration > "CredentialsProvider": [ "CognitoIdentity": [ "Default": [ "PoolId": identityPoolId, "Region": region ] ] ], `signInWithWebUI` is working, However, I need...

@harsh62 sorry about that this is the logs. > AWSCognitoAuthPlugin/ShowHostedUISignIn.swift Sending event HostedUIEvent.fetchToken AWSCognitoAuthPlugin/FetchHostedUISignInToken.swift Starting execution Auth state change: { "AuthState.configured" = { "AuthenticationState.signingIn" = { "SignInState.signingInWithHostedUI" = { "HostedUISignInState.fetchingToken"...

I am sure that I used the correct information `identityPoolId` and `region` I'm using `CognitoIdentity` to fetch the identity provider and get the provider name. and this information also works...