After the update to Tuleap 10.9. it is no longer possible to access the start page for one of our projects (all others are OK). I only get the message: "INTERNAL SERVER ERROR".
In codendi_syslog I found the following messages:
2019-01-08T10:29:29+01:00 [16825] [error] Caught exception: Asset /usr/share/tuleap/plugins/projectlinks/include/../../../src/www/assets/projectlinks/BurningParrot/manifest.json doesn't exist. Did you run `npm run build` ?:
#0 /usr/share/tuleap/src/common/layout/IncludeAssets.php(57): Tuleap\Layout\IncludeAssets->loadFromManifest()
#1 /usr/share/tuleap/src/common/layout/IncludeAssets.php(46): Tuleap\Layout\IncludeAssets->getHashedName('style-blue.css')
#2 /usr/share/tuleap/src/common/layout/CssAsset.php(39): Tuleap\Layout\IncludeAssets->getFileURL('style-blue.css')
#3 /usr/share/tuleap/src/www/themes/BurningParrot/HeaderPresenterBuilder.php(197): Tuleap\Layout\CssAsset->getFileURL(Object(Tuleap\Layout\ThemeVariation))
#4 /usr/share/tuleap/src/www/themes/BurningParrot/HeaderPresenterBuilder.php(114): Tuleap\Theme\BurningParrot\HeaderPresenterBuilder->getStylesheets(Object(Tuleap\Layout\ThemeVariation))
#5 /usr/share/tuleap/src/www/themes/BurningParrot/BurningParrotTheme.php(129): Tuleap\Theme\BurningParrot\HeaderPresenterBuilder->build(Object(Tuleap\Theme\BurningParrot\Navbar\PresenterBuilder), Object(HTTPRequest), Object(PFUser), '/themes/Burning...', 'Dashboard - 1. ...', Array, Array, Array, Object(Tuleap\Layout\SidebarPresenter), Object(Tuleap\Theme\BurningParrot\CurrentProjectNavbarInfoPresenter), Array, Object(URLRedirect), Array, Array, '', Object(Tuleap\Layout\CssAssetCollection))
#6 /usr/share/tuleap/src/www/include/html.php(530): Tuleap\Theme\BurningParrot\BurningParrotTheme->header(Array)
#7 /usr/share/tuleap/src/www/include/html.php(580): site_header(Array)
#8 /usr/share/tuleap/src/common/Dashboard/Project/ProjectDashboardController.php(157): site_project_header(Array)
#9 /usr/share/tuleap/src/common/Dashboard/Project/ProjectDashboardRouter.php(83): Tuleap\Dashboard\Project\ProjectDashboardController->display(Object(HTTPRequest))
#10 /usr/share/tuleap/src/common/project/Home.php(131): Tuleap\Dashboard\Project\ProjectDashboardRouter->route(Object(HTTPRequest))
#11 /usr/share/tuleap/src/common/Request/FrontRouter.php(110): Tuleap\Project\Home->process(Object(HTTPRequest), Object(Tuleap\Theme\BurningParrot\BurningParrotTheme), Array)
#12 /usr/share/tuleap/src/www/index.php(45): Tuleap\Request\FrontRouter->route(Object(HTTPRequest))
#13 {main}
The trackers and all other functions of this project are OK, only the project start page is damaged.
After disabling the "Projects Links" plugin. The state page worked again correctly.