In Episerver UI (both in CMS and Commerce), searching for content in one of the content lists, makes a REST call to /EPiServer/shell/Stores/searchresults. This call always fails with a 500 Internal Server Error.
Builds:
EPiServer.CMS.UI.Core: 12.0.0-inte-021292
EPiServer.Find.UI: 14.0.0-inte-020202
Microsoft.AspNetCore.Routing.Matching.AmbiguousMatchException: The request matched multiple endpoints. Matches:
EPiServer.Find.UI.CMS.SearchResultStore.Get (EPiServer.Find.UI)
EPiServer.Shell.UI.Rest.SearchResultStore.Get (EPiServer.Shell.UI)
at Microsoft.AspNetCore.Routing.Matching.DefaultEndpointSelector.ReportAmbiguity(CandidateState[] candidateState)
at Microsoft.AspNetCore.Routing.Matching.DefaultEndpointSelector.ProcessFinalCandidates(HttpContext httpContext, CandidateState[] candidateState)
at Microsoft.AspNetCore.Routing.Matching.DefaultEndpointSelector.SelectAsync(HttpContext httpContext, CandidateSet candidateSet)
at Microsoft.AspNetCore.Routing.Matching.DfaMatcher.SelectEndpointWithPoliciesAsync(HttpContext httpContext, IEndpointSelectorPolicy[] policies, CandidateSet candidateSet)
at Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.<Invoke>g__AwaitMatch|8_1(EndpointRoutingMiddleware middleware, HttpContext httpContext, Task matchTask)
at Mediachase.Commerce.Anonymous.Internal.AnonymousIdMiddleware.Invoke(HttpContext httpContext)
at Microsoft.AspNetCore.Diagnostics.StatusCodePagesMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
In Episerver UI (both in CMS and Commerce), searching for content in one of the content lists, makes a REST call to
/EPiServer/shell/Stores/searchresults
. This call always fails with a500 Internal Server Error
.Builds: