I am facing the same issue, used s4 tier for autosuggest and it has been more than 24 hours and it is still not rendering autosuggestions.
Autosuggest API does not work with CustomSearch
Krzysztof Modras
11
Reputation points
The CustomSearch production endpoint is configured to use Autosuggest, yet API calls and HostedUI do not work. Curl calls respond with:
{
"errors": [
{
"code": "InvalidRequest",
"subCode": "ParameterInvalidValue",
"message": "Autosuggest is not yet configured for this instance. Changes may take up to 24 hours to reflect."
}
]
}
Custom Search instance is on API tier S3 and Autosuggest instance is on API tier S4. What may be the problem?