When you click an individual run ID with pecan 0.8+, you get a 404 error. This does work with pecan 0.6, so somewhere between those two versions, it stopped working.
The most promising hint seems to be "Fixed a routing bug for generic subcontrollers.": https://pecan.readthedocs.org/en/latest/changes.html?highlight=redirect#id10
Short-term solution: force a specific pecan version in requirements.txt
Long-term solution: figure out how pecan routes work now, and fix the problem.
When you click an individual run ID with pecan 0.8+, you get a 404 error. This does work with pecan 0.6, so somewhere between those two versions, it stopped working.
The most promising hint seems to be "Fixed a routing bug for generic subcontrollers.": https://pecan.readthedocs.org/en/latest/changes.html?highlight=redirect#id10
Short-term solution: force a specific pecan version in requirements.txt
Long-term solution: figure out how pecan routes work now, and fix the problem.