Anon can't see starred dashboards

I have this set in grafana.ini:

[auth.anonymous] 
enabled = true

When someone opens Grafana they see this:

But when admin is signed in they see this:

How can everyone see the same starred dashboards?

I’d sure appreciate some help with this. Further diagnosis hasn’t offered much. When an anonymous viewer visits the front page, this appears in the logs:

t=2020-05-02T07:19:16-0700 lvl=dbug msg="User granted access to execute action" logger=dashboard.permissions userId=0 orgId=1 uname= dashId=60 action=View
t=2020-05-02T07:19:16-0700 lvl=dbug msg="User denied access to execute action" logger=dashboard.permissions userId=0 orgId=1 uname= dashId=60 action=Edit
t=2020-05-02T07:19:16-0700 lvl=dbug msg="User denied access to execute action" logger=dashboard.permissions userId=0 orgId=1 uname= dashId=60 action=Edit
t=2020-05-02T07:19:16-0700 lvl=dbug msg="User denied access to execute action" logger=dashboard.permissions userId=0 orgId=1 uname= dashId=60 action=Admin

Hi!

Starred dashboards are user-related. Each user can star the dashboards he wants and it won’t affect other users.
If you have important dashboards that you want to be easy to access to all your users, you can create a new folder to gather them.