Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
If I try to access "CMS->Admin->Config->Search configuration" page (direct url: http://host/episerver/Shell/Search/Settings) I get following exeption:
So now I have all CMS admin context search functionallity broken due to the same error that occurs if I type anything in search bar.
Nothing has been changed since last time I had this page working. It was no updates of CMS nuget packages.
I've checked SearchProviderSettings class definition in the code and database and get following results:
Name: EPiServer.Shell.Search.SearchProviderSetting
Assembly: EPiServer.Shell, Version=7.6.5.0
So as I see code does match data in database. EPiServer.Shell.Search.SearchProviderSetting hasn't been changed (no updates).
So my questions are:
1. How can I fix the issue?
2. What cause this exception to occur (codebase has not been changed, so code and database do match each other)?