User is unable to View Dashboard after Kibana docker container Restart

i am running a multi container app using docker compose in which i am running elasticsearch cluster with two nodes and kibana version 1.10.1,
By using Kibana i have created a tenant for business users, a role, created some internal users and mapped the users to the role, assigned the tenant to the role,
further created a dashboard in the tenant, when the users login to Kibana they can see the Dashboard all good, as soon as the kibana docker container is restarted the users are unable to access the dashboard anymore with the error message
Could not locate the Dashboard with id

but the admin user can still see the dashboard
Have to recreate tenant/dashboard again to let the user view the Dashboard, which is very time consuming,

not sure where the error is,
anyone else facing the same issue while creating Dashboards in tenants

Regards