Operate version 8.2.2 failed to sync incident

Hi all, I have run Operate in my local machine. it run very well until I realized that Operate didn’t show me the incident in Operate UI. I look at the log and get this error message over and over again. Does anyone have the same problem with me? Any solution or workaround? Atm I dont have any idea what is the root cause

Here is the log
2023-11-15 04:00:52.636 ERROR 7 — [ postimport_1] i.c.o.z.p.IncidentPostImportAction : Exception occurred when performing post import for partition 1: Cannot invoke “java.util.Set.size()” because the return value of “java.util.Map.get(Object)” is null. Will be retried…

java.lang.NullPointerException: Cannot invoke “java.util.Set.size()” because the return value of “java.util.Map.get(Object)” is null
at io.camunda.operate.zeebeimport.post.IncidentPostImportAction.updateProcessInstancesState(IncidentPostImportAction.java:347) ~[operate-importer-8.2.7.jar!/:?]
at io.camunda.operate.zeebeimport.post.IncidentPostImportAction.processIncidents(IncidentPostImportAction.java:175) ~[operate-importer-8.2.7.jar!/:?]
at io.camunda.operate.zeebeimport.post.IncidentPostImportAction.processPendingIncidents(IncidentPostImportAction.java:134) ~[operate-importer-8.2.7.jar!/:?]
at io.camunda.operate.zeebeimport.post.IncidentPostImportAction.performOneRound(IncidentPostImportAction.java:502) ~[operate-importer-8.2.7.jar!/:?]
at io.camunda.operate.zeebeimport.post.IncidentPostImportAction.run(IncidentPostImportAction.java:510) ~[operate-importer-8.2.7.jar!/:?]
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-6.0.9.jar!/:6.0.9]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:?]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
at java.lang.Thread.run(Unknown Source) ~[?:?]