Neo4j - indexPropertyExistsSelectivity No index was found

Hello there

I'm getting this error in the debug log, can anyone help me?

Neo4j Community 4.1.6

2023-11-24 15:31:19.075+0000 DEBUG [o.n.c.i.CommunityCompilerFactory] [neo4j] Index not found for indexPropertyExistsSelectivity No index was found
org.neo4j.internal.kernel.api.exceptions.schema.IndexNotFoundKernelException: No index was found
at org.neo4j.kernel.impl.newapi.AllStoreHolder.assertValidIndex(AllStoreHolder.java:1053)
at org.neo4j.kernel.impl.newapi.AllStoreHolder.indexSize(AllStoreHolder.java:713)
at org.neo4j.cypher.internal.spi.TransactionBoundGraphStatistics$BaseTransactionBoundGraphStatistics.indexPropertyExistsSelectivity(TransactionBoundGraphStatistics.scala:89)
at org.neo4j.cypher.internal.planner.spi.DelegatingGraphStatistics.indexPropertyExistsSelectivity(GraphStatistics.scala:80)
at org.neo4j.cypher.internal.planner.spi.InstrumentedGraphStatistics.indexPropertyExistsSelectivity(InstrumentedGraphStatistics.scala:98)
at org.neo4j.cypher.internal.planner.spi.GraphStatisticsSnapshot.$anonfun$recompute$1(InstrumentedGraphStatistics.scala:60)
at scala.collection.Iterator.foreach(Iterator.scala:941)
at scala.collection.Iterator.foreach$(Iterator.scala:941)
at scala.collection.AbstractIterator.foreach(Iterator.scala:1429)
at scala.collection.MapLike$DefaultKeySet.foreach(MapLike.scala:181)
at org.neo4j.cypher.internal.planner.spi.GraphStatisticsSnapshot.recompute(InstrumentedGraphStatistics.scala:50)
at org.neo4j.cypher.internal.DefaultPlanStalenessCaller.staleness(DefaultPlanStalenessCaller.scala:68)
at org.neo4j.cypher.internal.DefaultPlanStalenessCaller.staleness(DefaultPlanStalenessCaller.scala:50)
at org.neo4j.cypher.internal.QueryCache.computeIfAbsentOrStale(QueryCache.scala:204)
at org.neo4j.cypher.internal.planning.CypherPlanner.doPlan(CypherPlanner.scala:319)
at org.neo4j.cypher.internal.planning.CypherPlanner.plan(CypherPlanner.scala:249)
at org.neo4j.cypher.internal.CypherCurrentCompiler.compile(CypherCurrentCompiler.scala:113)
at org.neo4j.cypher.internal.MasterCompiler.compile(MasterCompiler.scala:87)
at org.neo4j.cypher.internal.ExecutionEngine.$anonfun$compilerWithExpressionCodeGenOption$2(ExecutionEngine.scala:231)
at org.neo4j.cypher.internal.ExecutionEngine$$anon$2.compile(ExecutionEngine.scala:239)
at org.neo4j.cypher.internal.ExecutionEngine$$anon$2.compile(ExecutionEngine.scala:233)
at org.neo4j.cypher.internal.QueryCache.$anonfun$compileAndCache$1(QueryCache.scala:275)
at org.neo4j.cypher.internal.QueryCache.compileOrcompileWithExpressionCodeGenAndCache(QueryCache.scala:303)
at org.neo4j.cypher.internal.QueryCache.compileAndCache(QueryCache.scala:275)
at org.neo4j.cypher.internal.QueryCache.computeIfAbsentOrStale(QueryCache.scala:192)
at org.neo4j.cypher.internal.ExecutionEngine.getOrCompile(ExecutionEngine.scala:278)
at org.neo4j.cypher.internal.ExecutionEngine.doExecute(ExecutionEngine.scala:202)
at org.neo4j.cypher.internal.ExecutionEngine.$anonfun$execute$1(ExecutionEngine.scala:151)
at org.neo4j.cypher.internal.ExecutionEngine.closing(ExecutionEngine.scala:185)
at org.neo4j.cypher.internal.ExecutionEngine.execute(ExecutionEngine.scala:151)
at org.neo4j.cypher.internal.javacompat.ExecutionEngine.executeQuery(ExecutionEngine.java:142)
at org.neo4j.fabric.executor.FabricKernelTransaction.lambda$execute$0(FabricKernelTransaction.java:91)
at org.neo4j.fabric.stream.StatementResults.connectVia(StatementResults.java:56)
at org.neo4j.fabric.executor.FabricKernelTransaction.run(FabricKernelTransaction.java:80)
at org.neo4j.fabric.executor.FabricLocalExecutor$LocalTransactionContext.run(FabricLocalExecutor.java:93)
at org.neo4j.fabric.executor.FabricExecutor$FabricStatementExecution.runLocalQueryAt(FabricExecutor.java:374)
at org.neo4j.fabric.executor.FabricExecutor$FabricStatementExecution.runExec(FabricExecutor.java:343)
at org.neo4j.fabric.executor.FabricExecutor$FabricStatementExecution.run(FabricExecutor.java:282)
at org.neo4j.fabric.executor.FabricExecutor$FabricStatementExecution.run(FabricExecutor.java:251)
at org.neo4j.fabric.executor.FabricExecutor.lambda$run$0(FabricExecutor.java:148)
at org.neo4j.fabric.transaction.FabricTransactionImpl.execute(FabricTransactionImpl.java:319)
at org.neo4j.fabric.executor.FabricExecutor.run(FabricExecutor.java:132)
at org.neo4j.fabric.bolt.BoltFabricDatabaseService$BoltTransactionImpl.executeQuery(BoltFabricDatabaseService.java:165)
at org.neo4j.bolt.runtime.statemachine.impl.AbstractTransactionStateMachineSPI$AbstractBoltResultHandle.start(AbstractTransactionStateMachineSPI.java:135)
at org.neo4j.bolt.runtime.statemachine.impl.TransactionStateMachine$State.startExecution(TransactionStateMachine.java:534)
at org.neo4j.bolt.runtime.statemachine.impl.TransactionStateMachine$State$1.execute(TransactionStateMachine.java:216)
at org.neo4j.bolt.runtime.statemachine.impl.TransactionStateMachine$State$1.run(TransactionStateMachine.java:198)
at org.neo4j.bolt.runtime.statemachine.impl.TransactionStateMachine.run(TransactionStateMachine.java:84)
at org.neo4j.bolt.v3.runtime.ReadyState.processRunMessage(ReadyState.java:88)