When running the initializer I got this error:
Error retrieving indexer status: Object reference not set to an instance of an object
I tried to debug where does it happen and it is on this line.
|
requestStatus = info.LastResult.Status; |
Trying to check info.Status it is running. But info.LastResult is null.