Navigation empty after updating to XWiki 9.7

After updating to XWiki 9.7 the Navigation is empty…

To get the right understanding I first read the panel section in the documentation.
http://extensions.xwiki.org/xwiki/bin/view/Extension/Panels%20Application
According to this documentation I cannot find the panel symbol, but the panel section within the administration section.

Due to the rotating notation section I still think a combination of the problem with the empty menu is the cause, so I want to fix this issue first.

Either it is not the case that navigation the problem is not the same as
https://forum.xwiki.org/t/navigation-panel-doesnt-load/558

Within the …//bin/inline/Panels/Navigation path the configuration setting are defined like this:

Code in content is:

{{velocity}}
#panelheader($services.localization.render('xe.panels.navigation'))
## Escape special characters in macro parameter values.
#set ($openToDoc = $doc.documentReference.toString().replaceAll('([~"])', '~$1'))
{{documentTree showTranslations="false" showAttachments="false" compact="true" openTo="document:$openToDoc" /}}
#panelfooter()
{{/velocity}}

What to do to get the menu containing our existent XWiki pages?

Thanks for your help…

Nav panel seems ok on http://wiki.inztitut.de/bin/view/Main/. Are you having the problem on another wiki?

Have you made sure to clear your browser cache too?

@vmassol - Thank’s that’s it… :sweat_smile: