November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi Huzaim,
In order to see Search and Navigation Menu your user needs to be in one of the folllowing roles:
"WebAdmins",
"Administrators",
"SearchAdmins",
"SearchEditors"
Maybe you're missing some role mapping?
Take a look here: https://docs.developers.optimizely.com/content-management-system/docs/virtual-roles
Figured it. Used WinMerge to compare my original clone and the new clone, and found out the Find.zip file was not available in the main web project.
It was only added to one of the subprojects.
During the upgrade & refactoring, the reference must have got missed from the main web project, but somehow the original clone had the zip file under modules folder.
Adding the Epi Find reference to the main web project solved the issue.
Was upgrading the CMS11 to CMS12. It was migrated to 12.7.1 in the beginning. And eventually it was later updated to 12.22.5.
The issue is, the Search and Navigation is only visible and accessible from the original clone of the repo where I did the migration.
When I take a new clone from the git repo, it does not show the Search and Navigation Menu.
I'm not sure whether it has anything to do with the latest package update or whether it's due to any other issue.
One thing I noticed is that `https://localhost:63241/EPiServer/Shell/epiproducts` does not return a proper name for the S & N item in the drop down.
However, the original clone does return it as follows.
If i try to manually access the S & N page with the url https://localhost:63241/EPiServer/Find/#manage, it returns a 404 error.
Any idea what's going on ?