When running Squidex locally I am encountering a FileNotFound exception in MongoIndexInput.cs on this code: cacheInput = indexDirectory.CacheDirectory.OpenInput(indexFileName, context);
It is looking for segments.gen in a temp folder but it is not there. Any idea why this is happening?