Double notifications icons following migration

Hi, after migrating our xwiki instance from 8.4.4 to 14.10.15, we found a strange behaviour in the top right menu.

We have 2 notifications icons :
image

When we open the dev option in edge, I found that xwiki generate 2 dropdown tmNotifications
li class=“dropdown” id=“tmNotifications”
li class=“dropdown” id=“tmNotifications”

Anybody have an idea on how to remove the one that is not required ?

Hi @jonathantruchon

You are facing an issue caused by the replacement of the Activity Stream application with the Notifications application, which happened in XWiki 10.9RC1. You have to get rid of the old plugin and make sure you have the new one. You can start from https://www.xwiki.org/xwiki/bin/view/ReleaseNotes/Data/XWiki/11.1/#HBackwardCompatibilityandMigrationNotes

Hope it helps,
Alex

@acotiuga Thank you!

Ill go check that!