Some user menu items for installed apps won't work after upgrade to 29

[details=“Support intro”]

After upgrading to 29 of the nextcloud server on my raspberry, some (not all but many) items in the menu to the apps stopped working.
Interestingly, when manually changing the url apps/music/ for example, the app loads.
When I right click and copy the url of the menu item, paste it in a text editor, the correct url shows up.
But left clicking on the menu item just reloads the page.
What could have happened here and how could I fix this?

The log shows this on each of the apps (here it is about the menu item ‘music’ ):

{“reqId”:“rC9r7l69TlNAbHw8oOOK”,“level”:1,“time”:“2024-08-06T17:31:00+00:00”,“remoteAddr”:“192.168.1.1”,“user”:“xxx”,“app”:“no app in context”,“method”:“GET”,“url”:“/xxx/index.php/apps/logreader/api/poll?lastReqId=1RiJ95bEcDfzHXkcOyt3”,“message”:“Unable to generate a URL for the named route "music.page.index" as such route does not exist.”,“userAgent”:“Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0”,“version”:“29.0.4.1”,“exception”:{“Exception”:“Symfony\Component\Routing\Exception\RouteNotFoundException”,“Message”:“Unable to generate a URL for the named route "music.page.index" as such route does not exist.”,“Code”:0,“Trace”:[{“file”:“/xxx/lib/private/Route/Router.php”,“line”:410,“function”:“generate”,“class”:“Symfony\Component\Routing\Generator\UrlGenerator”,“type”:“->”},{“file”:“xxx/lib/private/URLGenerator.php”,“line”:103,“function”:“generate”,“class”:“OC\Route\Router”,“type”:“->”},{“file”:“xxxx/lib/private/NavigationManager.php”,“line”:371,“function”:“linkToRoute”,“class”:“OC\URLGenerator”,“type”:“->”},{“file”:“xxx/lib/private/NavigationManager.php”,“line”:97,“function”:“init”,“class”:“OC\NavigationManager”,“type”:“->”},{“file”:“/xxx/apps/fulltextsearch/lib/AppInfo/Application.php”,“line”:125,“function”:“add”,“class”:“OC\NavigationManager”,“type”:“->”},{“file”:“/xxx/lib/private/AppFramework/Bootstrap/FunctionInjector.php”,“line”:45,“function”:“registerNavigation”,“class”:“OCA\FullTextSearch\AppInfo\Application”,“type”:“->”},{“file”:“/xxx/lib/private/AppFramework/Bootstrap/BootContext.php”,“line”:50,“function”:“injectFn”,“class”:“OC\AppFramework\Bootstrap\FunctionInjector”,“type”:“->”},{“file”:“/xxxx/apps/fulltextsearch/lib/AppInfo/Application.php”,“line”:88,“function”:“injectFn”,“class”:“OC\AppFramework\Bootstrap\BootContext”,“type”:“->”},{“file”:“xxx/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:200,“function”:“boot”,“class”:“OCA\FullTextSearch\AppInfo\Application”,“type”:“->”},{“file”:“/xxx/lib/private/App/AppManager.php”,“line”:437,“function”:“bootApp”,“class”:“OC\AppFramework\Bootstrap\Coordinator”,“type”:“->”},{“file”:“/xxx/lib/private/App/AppManager.php”,“line”:216,“function”:“loadApp”,“class”:“OC\App\AppManager”,“type”:“->”},{“file”:“/xxx/lib/private/legacy/OC_App.php”,“line”:128,“function”:“loadApps”,“class”:“OC\App\AppManager”,“type”:“->”},{“file”:“/home/xxx/lib/base.php”,“line”:1030,“function”:“loadApps”,“class”:“OC_App”,“type”:“::”},{“file”:“/xxx/index.php”,“line”:49,“function”:“handleRequest”,“class”:“OC”,“type”:“::”}],“File”:“xxx/3rdparty/symfony/routing/Generator/UrlGenerator.php”,“Line”:144,“message”:“Unable to generate a URL for the named route "music.page.index" as such route does not exist.”,“exception”:,“CustomMessage”:“Unable to generate a URL for the named route "music.page.index" as such route does not exist.”},“id”:“66b25dd41db53”}

Trying disabling the Navigation option in Full Text Search.

Hey, thank you very much, that did the trick indeed!

1 Like

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.