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
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.