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?