Try our conversational search powered by Generative AI!

EPiServer CMS 12 Search & Navigation link in global menu CMS

Vote:
 

Hello,

We upgraded project from CMS 11.20 to 12.8 and installed all required packages for EPiServer Search & Navigation EPiServer.Find (14.1) EPiServer.Find.CMS(14.1). But link for Search & Navigation is not there in global menu of CMS. We have the configuration in Startup.cs file ( services.AddFind();) for Find configuration and added index name and URL in appsettings.json file.

 "EPiServer": {
    "Find": {
      "ServiceUrl": "https://demo01.find.episerver.net/dgOq82TkLXk2tOf7Ensxf6wV4wuUwC83/",
      "DefaultIndex": "deepapuranik_findindex092022"
    }

}

User has the WebAdmins and Administrators access.

Please help what steps we are missing related to Search & Navigation.

#287702
Sep 20, 2022 8:08
Vote:
 

The steps you have followed do seem correct, I have the same version of Optimizely Installed although running version 14.0.4 of Search And Navigation

Have you checked your modules folder to ensure the package has been installed correctly and their are not conflicts with previous versions ? 

/modules/_protected/Find

#287704
Sep 20, 2022 9:32
Vote:
 

Using version 14.0.4 worked for Search and Navigation. As we have .Net 5 project.

Thank you for the help.

#287706
Sep 20, 2022 10:16
Vote:
 

Hi Deepa

There is a known issue that had been reported here https://world.optimizely.com/support/bug-list/bug/FIND-10363

I would highly suggest you planning to upgrade to .NET 6 as .NET 5 has reached the end of support (10/05/2022) https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core 

#287781
Edited, Sep 21, 2022 1:50
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.