Home > database >  Typesense extension finished with status: timeout
Typesense extension finished with status: timeout

Time:08-17

I created a TypeSense Cloud account and created a collection.

enter image description here

Then I installed the TypeSense extension. enter image description here

But in TypeSense Cloud nothing is indexed.

What Should I Do?

My log is ending with timeout

enter image description here

CodePudding user response:

In your extension configuration, under "Typesense Hosts", it looks like you've only entered the Cluster ID (which is the random string) instead of the full hostname.

You want to enter the hostname as "randomid.a1.typesense.net", instead of just "randomid".

  • Related