Not Found when accessing learner dashboard

I run

tutor local quickstart

When accessing LMS learner_dashboard at http://localhost/dashboard/programs_fragment/
I got

lms_1             | 2019-09-16 22:32:48,006 INFO 414 [tracking] logger.py:50 - {"username": "", "event_type": "/dashboard/programs_fragment/", "ip": "172.24.0.1", "agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36", "host": "localhost", "referer": "", "accept_language": "en-US,en;q=0.9,vi;q=0.8", "event": "{\"POST\": {}, \"GET\": {}}", "event_source": "server", "context": {"user_id": null, "org_id": "", "course_id": "", "path": "/dashboard/programs_fragment/"}, "time": "2019-09-16T22:32:48.005976+00:00", "page": null}
nginx_1           | 172.24.0.1 - - [16/Sep/2019:22:32:49 +0000] "GET /dashboard/programs_fragment/ HTTP/1.1" 404 29434 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36" "-"

Does anyone have the same issue?

Hi. i have also a 404. What do you except here ?

So it means that tutor does not support above http requests by default.
I am able to access that link when running with devstack.

In order to access this page, a ProgramsApiConfig object needs to be created (from the admin UI for instance).

I have no idea what programs are, so I cannot help you achieve what you want. How did you access the /dashboard/programs_fragment/ url, is there a link to it somewhere?

I got this url failed when accessing using Android application. Therefore, I accessed this url manually to test.
And yes, I managed to make it available through Admin page when creating a ProgramsApiConfig.