Hey team, We recently upgraded our `typesense-ins...
# community-help
y
Hey team, We recently upgraded our
typesense-instantsearch-adapter
version from
2.8.0
to
2.10.0-1
in order to enable NLP search, but with just the package version upgrade and no config and code change we are seeing alot of requests getting fired and spaming the server and timing out after
5s
( default time I guess ). Any idea what could be causing this and do we have any fix for the same ?
Based on the request, the initiator looks like a useEffect is getting triggered multiple times. One of the culprits could be in dev mode, it's getting triggered twice too, but its getting called more than twice, 5-6 requests being fired atleast
j
CC: @Fanis Tharropoulos
e
Any updates here?
f
Hey, could you describe the issue a bit more? Is it timing out on NL searches, or normal searches? There haven't been any axios bumps or anything related to request logic since 2.8.0 apart from the streaming requests logic
y
Normal searches too
We just upgraded the version without any config changes, and started seeing many requests
f
Are you using the Typesense client or instantsearch?
y
We are using instantsearch
e
just wanted to bump here again
Happy to provide more debugging help if needed!
it looks like this issue exists in 2.8.0-5 for us as well