London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I am having some trouble finding the cause of this issue.
My Episerver logfiles is filling up with this:
And the search pages produce no results regardless of search query.
Going to http://localhost:17010/IndexingService/IndexingService.svc/search/?q=matsedel&namedindexes=default&offset=0&limit=20&format=xml&accesskey=local presents an empty list, matching the results I get on the websites own search page. This means the service configurations seem fine in general since it responds to GET requests.
But to fix this I need to know what causes the error for the "/update"-route.
Is there any way to get some logs for the service so it can tell me what is wrong?