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.
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.
AzureSearch_JFK_Files/JfkWebApiSkills/JfkInitializer/Program.cs
Line 338 in 9ba4234
Trying to check info.Status it is running. But info.LastResult is null.