Following Error is thrown:

I configured following beside from default helm configuration:
- services.aggregatedapis.hostNetwork: true
- service.aggregatedApiPort: 10251
Dashboard-Log with the upper configurations:
{"File":"kasten.io/k10/rest/srv/dashboardbffserver/kio_action_handler.go","Function":"kasten.io/k10/rest/srv/dashboardbffserver.(*actionHandler).listActions","Line":454,"cluster_name":"5d6ac71e-7d7d-4209-9399-8b85148be5cd","error":{"message":"Failed to list actions","function":"kasten.io/k10/kio/bff.(*ActionDashboard).ListActions","linenumber":154,"file":"kasten.io/k10/kio/bff/actions.go:154","cause":{"message":"Failed to list run actions","function":"kasten.io/k10/kio/bff.listRootAndSystemActions","linenumber":299,"file":"kasten.io/k10/kio/bff/actions.go:299","cause":{"message":"Failed to list admin run actions","function":"kasten.io/k10/kio/bff.fetchRunActionsElideForbidden","linenumber":1084,"file":"kasten.io/k10/kio/bff/actions.go:1084","cause":{"message":"Failed to list run actions","function":"kasten.io/k10/kio/bff.fetchRunActions","linenumber":1064,"file":"kasten.io/k10/kio/bff/actions.go:1064","cause":{"message":"Get \"https://10.3.0.1:443/apis/actions.kio.kasten.io/v1alpha1/runactions?limit=300\": context canceled"}}}}},"hostname":"dashboardbff-svc-8449cf86b7-m5cnt","level":"error","msg":"Failed to list actions","time":"2023-12-06T09:26:36.878Z","version":"6.5.0"}
I need those configurations, since when dont have it, I cannot see any applications and following Error is thrown:

Dashboard-Log without the upper configurations:
{"File":"kasten.io/k10/rest/srv/dashboardbffserver/kio_action_handler.go","Function":"kasten.io/k10/rest/srv/dashboardbffserver.(*actionHandler).listActions","Line":454,"cluster_name":"5d6ac71e-7d7d-4209-9399-8b85148be5cd","error":{"message":"Failed to list actions","function":"kasten.io/k10/kio/bff.(*ActionDashboard).ListActions","linenumber":154,"file":"kasten.io/k10/kio/bff/actions.go:154","cause":{"message":"Failed to list actions","function":"kasten.io/k10/kio/bff.listActions","linenumber":373,"file":"kasten.io/k10/kio/bff/actions.go:373","fields":[{"name":"actionType","value":"restoreaction"}],"cause":{"message":"Failed to list cluster restore actions","function":"kasten.io/k10/kio/bff.fetchClusterRestoreActionsElideForbidden","linenumber":831,"file":"kasten.io/k10/kio/bff/actions.go:831","cause":{"message":"Failed to list restore actions","function":"kasten.io/k10/kio/bff.fetchRestoreActions","linenumber":810,"file":"kasten.io/k10/kio/bff/actions.go:810","fields":[{"name":"namespace","value":""}],"cause":{"message":"the server is currently unable to handle the request (get restoreactions.actions.kio.kasten.io)"}}}}},"hostname":"dashboardbff-svc-8449cf86b7-m5cnt","level":"error","msg":"Failed to list actions","time":"2023-12-06T09:57:49.485Z","version":"6.5.0"}
Iam logged in and I do have unrestricted permissions:

Also the actions most of the time doesnt load correctly and if they load successfully, it takes loads of time.
Also inside Dashboard-Logs is a lot of following OIDC Errors/Warning:
{"File":"kasten.io/k10/kio/auth/config.go","Function":"kasten.io/k10/kio/auth.loadOpt","Line":121,"cluster_name":"5d6ac71e-7d7d-4209-9399-8b85148be5cd","error":"open /var/run/secrets/kasten.io/k10-oidc-auth/usernamePrefix: no such file or directory","hostname":"dashboardbff-svc-8449cf86b7-m5cnt","level":"info","msg":"Failed to get OIDC usernamePrefix from config. Will use default value.","time":"2023-12-06T09:18:42.162Z","version":"6.5.0"}
I use K10 in Version 6.5.0, logged in via OIDC Keycloak.