The index cannot be read and will need to be rebuilt
Hello,
I am trying to rebuild the indexes from the Examine Management Dashboard in backoffice, but I am always getting this error
The index cannot be read and will need to be rebuilt
I checked the index files in App_data folder, they get changed when I click Rebuild index for one of the indexes. And also I do not get any error in the api call as well (as checked in Network tab of Chrome).
But not sure why I am still getting the red error.
We found our issue, it turns out the code we had inherited had implemented a custom JSON de-serializer which was de-serialising everything to lowercase, this was breaking a lot of things in the backend of Umbraco.
We got to the bottom of this by noticing the JSON returned by the examine update did not match what the view was expecting.
The index cannot be read and will need to be rebuilt
Hello,
I am trying to rebuild the indexes from the Examine Management Dashboard in backoffice, but I am always getting this error
The index cannot be read and will need to be rebuilt
I checked the index files in App_data folder, they get changed when I click Rebuild index for one of the indexes. And also I do not get any error in the api call as well (as checked in Network tab of Chrome).
But not sure why I am still getting the red error.
Please check the screenshot attached.
Any help would be greatly appreciated
Thanks
Hey Harsheet, Did you ever get anywhere with this, we are having the same problem it seems:
https://our.umbraco.com/forum/using-umbraco-and-getting-started/97733-examine-dashboard-issue
Hey No, we are still having this issue. We are using 7.11.1.
Hey Harsheet,
We found our issue, it turns out the code we had inherited had implemented a custom JSON de-serializer which was de-serialising everything to lowercase, this was breaking a lot of things in the backend of Umbraco.
We got to the bottom of this by noticing the JSON returned by the examine update did not match what the view was expecting.
Hope this helps.
Best Lachlann
Oh wow, that could be a hint for us as well. Thanks for letting me know.
Highly appreciate!
Hey There! Did you found the reason on your side?
We've met the same issue...
Thanks!
Hi Andriy
What the problem with your installation? Can you check file and folders permissions? Maybe Umbraco log? Did it work and stopped or?
Thanks, Oleksandr Skrypnyk
Hey Alex!
We've checked a log files and found that it was an access issue. Thanks for advice and have a great day!
Best Regards, Andriy
Hey AndriyKo
You are always welcome and have a great day too.
Thanks,
Alex
is working on a reply...