-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: TypeError: Cannot read properties of undefined (reading 'transporter') #1549
[bug]: TypeError: Cannot read properties of undefined (reading 'transporter') #1549
Comments
I get this as well; I do not get it with 4.24.0.
|
Seems like you might be hitting different cases. Do you have a reproduction available with which code and what scenario this throws? |
Hello @Haroenv, I don't think this needs a reproduction, if you update "algoliasearch" to "5.3.0" in SSR example with Remix or SSR example with Next.js you will see the error. Regards, |
Hi,
working fine on
|
Same issue with |
I can reproduce and am looking into the solution, of course in the mean time don't hesitate to use v4 or 5.1.1 |
With my NextJS app I get a different error with 5.1.1.
This might be something with my particular app or setup, though. |
Actually, the above error was because of how I was importing algoliasearch in the component. Once I fixed that I received the original error again with 5.1.1. Maybe this is specific to |
fixes #6350 fixes algolia/algoliasearch-client-javascript#1549 possibly also solves #6348, to investigate afterwards
* fix(client): ensure client.search is bound fixes #6350 fixes algolia/algoliasearch-client-javascript#1549 possibly also solves #6348, to investigate afterwards * fix lint
Description
I've updated algoliasearch to 5.3.0 and other packages as well, below is the error I get.
Client
Search
Version
"algoliasearch": "^5.3.0", "instantsearch.js": "^4.74.0","react-instantsearch": "^7.13.0","@algolia/requester-fetch": "^5.3.0"
Relevant log output
The text was updated successfully, but these errors were encountered: