Closed denny101603 closed 1 year ago
Hello @denny101603, can you please try a full clean+rebuild of your solution? I've found that cleaning is sometimes necessary when new admin (react) scripts are added to the project.
After that, can you try building the index again to see if that helped? Are there any errors in the Event log when you build it? Can you check that the search model has IncludedPath
attributes and they are correctly set to index certain pages in the content tree?
@kentico-ericd I tried the clean + build, but still the same behavior. No errors in the event log. Screenshots of search model, service registration and existing pages:
The NewsDetail page type has properties "Title" and "Perex" besides others.
Hi, the first issue in admin UI "Something went wrong!" has been resolved: https://www.nuget.org/packages/Kentico.Xperience.Algolia Please, update your package to a version 2.0.1
The second issue could not be replicated. Could you, please, include API log regarding that index directly from Algolia?
Also, I am closing this issue to keep things in order - one issue per one problem. It's easier to track things. So, please if the second problem persists, create a new issue and include Algolia API log. We will jump on it ASAP. Thank you!
Brief bug description
I tried to create Algolia index, following readme in this repo. In administration I see the algolia application with the created index. When I click on the index a detail page should open (which I see for a few miliseconds), but then I get error (Something went wrong!). No error in the event log, find attached console log from Chrome. consoleLog.txt
Other problem is that the index is empty. When I click on the rebuild button (in list of indexes, Kentico administration), I see green notification about rebuild in progress, but according to Algolia dashboard (where I see the created index), no records are added.
Repro steps
Test environment
Screenshots