algoliasearch-client-javascript icon indicating copy to clipboard operation
algoliasearch-client-javascript copied to clipboard

function not availible

Open jannis6023 opened this issue 2 years ago • 1 comments

Hi, I am just trying to implement Algolia Search into my Vite Vue project. Problem: That's what my import looks like:

import algoliasearch, {SearchClient} from "algoliasearch";

It always throws this error, once I run algoliasearch("XYZ", "XYZ")

Uncaught (in promise) TypeError: client.getSecuredApiKeyRemainingValidity is not a function

Can anyone tell me, what my problem is?

Thanks in advance!

jannis6023 avatar Mar 28 '23 20:03 jannis6023

Do you have a reproduction of this?

Haroenv avatar Apr 03 '23 08:04 Haroenv