When I debug the web API, the below code section is getting failure stattus
var query1 = await TenantBucket.QueryAsync(queryRequest);
Exception: Indexer In Warmup State. Please retry the request later. from hostname:9101 - cause: Indexer In Warmup State. Please retry the request later. from hostname:9101
I tried to drop & create the same index again. This time I’m getting other error message "User does not have credentials to access privilege cluster.bucket[preludesys].n1ql.index!drop. Add role Query Manage Index [preludesys] to allow the query to run."
Please help me out to completely resolve this issue