Steps to reproduce:
1. Visit http://testadmin.usask.ca:8080/welcome.html
2. Click on Go to Media Module button
3. You are taken to http://testadmin.usask.ca:8080/engage/ui which doesn't exist
1. Visit http://testadmin.usask.ca:8080/admin/index.html#/recordings
2. Click on the Play link of a finished workflow
3. You are take to something like http://testadmin.usask.ca:8080/engage/ui/watch.html?id=... which doesn't exist
Actual Results:
Expected Results:
Workaround (if any):
Change URL to http://testengage.usask.ca:8080/engage/ui
Not sure about http://testadmin.usask.ca, but I know on my installation I have set the org.opencastproject.engage.ui.url property to correctly point to my engage server and it is still broken.
From config.properties on testadmin:
org.opencastproject.engage.ui.url=http://testengage.usask.ca:8080
I can not reproduce it, it seems to fixed by MH-9064.