umbraco / Umbraco.Cms.Integrations

MIT License
36 stars 21 forks source link

Umbraco Settings Dashboard for Algolia Search Management is not loading. #138

Closed johnallenfortes closed 10 months ago

johnallenfortes commented 11 months ago

In our dotnet 7 project we have Umbraco 11 and recently we've been trying to replace Examine with Algolia but the Algolia Search Management is not loading properly.

Umbraco.Cms version 11.3.1 Umbraco.Cms.Integrations.Search.Algolia version 1.4.2

image

image


This item has been added to our backlog AB#33853

acoumb commented 11 months ago

Hi @johnallenfortes ,

Could you provide me more details on your setup and/or maybe share your source code with me? I have tried replicating the issue, but without any luck.

I am running Umbraco 11.3.1 (.NET 7) with a Clean Starter Kit and version 1.4.2 of Algolia: image

You can check my test using the following video: https://github.com/umbraco/Umbraco.Cms.Integrations/assets/95346674/78f7a4df-07d3-4069-8001-9511629b10e5

image

geann commented 11 months ago

I've seen the same error after the initial package installation with Umbraco version 12.2.0 and Algolia 1.5.0. It took a while to replicate it again, but I managed to do it with the following steps:

Then, if you refresh the Umbraco page in your browser, it will load additional scripts and styles for the Algolia tab and the page will start working correctly: image

So it's not necessarily a bug, probably just something to mention in the installation guide and keep in mind when the package is installed for the first time.

acoumb commented 10 months ago

Hi @geann ,

Thank you for your feedback, closing this as it is not an actual package issue.

Adrian