A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn 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)?