-
Notifications
You must be signed in to change notification settings - Fork 222
Troubleshooting
Haroen Viaene edited this page Oct 2, 2017
·
6 revisions
This has some more information about error messages:
There are no hosts remaining for this app.
You can retry this search, and it will try the hosts again.
appId: ${this.appId}
see: https://github.com/algolia/algoliasearch-client-javascript/wiki/FAQ#no-hosts-remaining
This error occurs when all hosts for a certain request have been tried out and marked as "down". This does not mean that the host is actually down, but rather that all of the possible hosts have been tried.
You can catch this error and retry the whole request once, in case the hosts are up again, or let the user continue typing with some cue. If the error persists, please contact support@algolia.com with information about your website, location etc.