My guess is that the Blazor Server scope then the whole session is in a SignalR connection and you probably get things added for a traditional MVC request that FIND is needed.
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.
Latest version of .net8, CMS 12.28, FIND 16.1
MVC + Blazor + FIND
In log:System.Net.Http.HttpClient.HttpClientWithAutoDecompression.ClientHandler: Information: Sending HTTP request POST https://demo02.find.episerver.net/ZLs1....pKmzUWRa/gosso_20240326/_search
My guess is that the Blazor Server scope then the whole session is in a SignalR connection and you probably get things added for a traditional MVC request that FIND is needed.