smileBeda
11/30/2024, 12:17 PMUnhandled Promise Rejection: Error: 500 - Request timed out.
on https://cdn.jsdelivr.net/npm/instantsearch.js@4.44.0?ver=4.44.0
I already increased connectionTimeoutSeconds
, at no avail.
As soon I switch back to my own server, this does not happen.Kishore Nallan
11/30/2024, 12:20 PMsmileBeda
11/30/2024, 12:20 PMsmileBeda
11/30/2024, 12:21 PMKishore Nallan
11/30/2024, 12:22 PMsmileBeda
11/30/2024, 12:22 PMsmileBeda
11/30/2024, 12:23 PMsmileBeda
11/30/2024, 12:26 PMsmileBeda
11/30/2024, 12:26 PMKishore Nallan
11/30/2024, 12:26 PMsmileBeda
11/30/2024, 12:27 PMKishore Nallan
11/30/2024, 12:29 PMKishore Nallan
11/30/2024, 12:31 PMembedding
field is being fetched and sent to the client. Can you try adding that to exclude_fields
search parameter?smileBeda
11/30/2024, 12:31 PMconnectionTimeoutSeconds
to 10 already
I could not find any other relevant client config for the instnatn search adapater other than that.
How would I increase the timeout?
(And, more importantly, why was this no issue on a relatively cheap 18 bucks VPS, but became an issue on this rather massive cluster? in comparison?)smileBeda
11/30/2024, 12:32 PMexclude_fields:
'embedding,Transcript,Summary,Topic,Guest,Channel,Author,Category,Tag,Access,Episode,Date', //We pull these from the WP DB via PHP, thus exclude from response.
prefix: false,
Kishore Nallan
11/30/2024, 12:32 PMKishore Nallan
11/30/2024, 12:32 PMsmileBeda
11/30/2024, 12:32 PMsmileBeda
12/01/2024, 10:28 AM