Program Details Page Not Found

I am trying to setup programs with Sumac, I have setup discover and credentials and created initial programs data.

I followed this thread to sync programs back to LMS.

As you can see in below screenshot that the program is attached with my demo course card

When I click on program it redirects me to program dashboard with is giving me 404 page. I am not sure if there is anything I am missing, I would appreciate if anyone can help me to understand this issue.

Run the following commands to refresh and cache program data:

tutor local run discovery ./manage.py refresh_course_metadata --partner_code=openedx
tutor local run discovery ./manage.py update_index --disable-change-limit
tutor local run lms ./manage.py lms cache_programs

Thank you for your response, These commands didn’t helped

Looks like you’ve set up everything correctly in Sumac, but the 404 error suggests the LMS might not be linking to the correct program path. Double-check the program’s slug or URL mapping in the LMS. Also, ensure the sync was successful and that the program is published.

I had managed to fixed this issue, by configuring Programs Api Configurations I believe this should be part of tutor step which I will be rolling out as a PR.