volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Find tab is missing

Hello all

I've installed EPiServer Find on CMS 7.1 alongside a Relate+ install. I am logging in with an admin account through SqlProvider authentication. However I can't see the find tab at the top of the page.

EPiServer Find is definitely installed since I can see the scheduled job to reindex the side. I had a similar problem with Mail and it was missing the mail roles. Does find have something similar? I've got another site working with a visible tab and that doesn't have any particular roles - it is windows authentication though so maybe that's the difference.

Can anyone help me find my tab. Many thanks for any all help

Tim Brown

#76881
Nov 05, 2013 14:47
Vote:

You are probably missing the shell module in your web.config

<episerver.shell>
  <publicModules rootPath="~/modules/" autoDiscovery="Minimal" />
  <protectedModules rootPath="~/epiui/">
    <add name="Find">
      <assemblies>
        <add assembly="EPiServer.Find.Framework" />
        <add assembly="EPiServer.Find.Cms" />
      </assemblies>
    </add>
    <add name="Shell" />
    <add name="CMS" />
  </protectedModules>
</episerver.shell>
    
#76882
Nov 05, 2013 14:55

That was exactly it. Thanks so much for your help

#76887
Nov 05, 2013 15:15
error 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.