Update Algolia SDK to version 5 - #243
Conversation
|
@Baroshem I think my changes are ready for review 😊 Let me know if more needs to be done |
|
Hey Buddy, Thanks for creating this PR! I will review it, test it and release soon! :) |
|
Hey @dreitzner sorry for no contact but I was on a few events last few weeks. I checked the PR and overall the code looks good but we cannot merge it yet as there are some issues with the build/prepack/running locally dev environment. When I try to run it locally I see this: Trying to yarn dev:prepare shows following: And the same for prepack. Could you please check it out? :) |
|
@Baroshem can you give me more information? I'm running with
My Dev server also starts up nicely. I had to do a small fix for the prepack command, but that should work now as well. |
|
I am running it on macbook node and yarn same as you. I removed the yarn.lock and mode_modules and it is the same. |
|
@Baroshem thank you for your feedback. Could you give me more information about the node version you are using? I did test with
|
Node 24 as yours. yarn 1.22.4 I just tested it once again on a fresh project on your branch and it is failing one me :(
|



Because of the sdk deprecation the algolia sdk needs to be upgraded.
Types of changes
Description
Update to latest Algolia SDK following https://www.algolia.com/doc/libraries/sdk/upgrade/javascript
As the new LiteClient is no longer compatible with the full search client, they will be loaded in parallel, if
lite: falseis set.resolves issue #242
Checklist: