Issue with accessing IDM UI from Identity Platform UI - Not Found Error

Hi,
I installed Identity Platform using Helm into my minikube kubernetes cluster. Everything is working fine except I cannot access IDM UI from Identity Platform UI screen. When I click on Native Console > IDM. I get Not found error.

{
“code”: 404,
“reason”: “Not Found”,
“message”: “Resource 'internal/user/openidm-admin' not found”
}

In the Chrome dev tool I see below logs. Appreciate if someone can help me with this.
{
“_id”: “login”,
“authorization”: {
“id”: “openidm-admin”,
“roles”: [
“internal/role/openidm-admin”,
“internal/role/openidm-authorized”
],
“component”: “internal/user”
},
“authenticationId”: “openidm-admin”
}

I am using Forgeops for this deployment. Appreciate if someone can provide help here.