Episerver.Search stops working with error . Access denied for access key - in the logging

  • Updated
 
EpiServer.Search stops working:

Internalsearch.png

Error in log:
No match for client IP 10.300.3.6. Access denied for access key local.","@l":"Error","SourceContext":"EPiServer.Search.IndexingService.IndexingService","EventType":3496547960,"MachineName":"E75L0085","Application":"OpenWeb"}

Add the server IP adress in the section belowEpiserver Search config to ftry to fix this

<clients>
<add name="local" description="local" ipAddress="4.327.242.187" allowLocal="true" readonly="false" />
</clients>

Note This is for the old EPiServer.Search : https://nuget.optimizely.com/package/?id=EPiServer.Search

(Not the Find product - "Search & Navigation")