I wrote a new plugin that extends admin ui and add new navigation in dashboard.
But in causes error in fetching some apis.
After disabling the plugin everything backs to normal.

Hi,
What version of @vendure/core are you using? The facetValueOperator option was introduced in version 0.13.0
Hi,
What version of @vendure/core are you using? ThefacetValueOperatoroption was introduced in version 0.13.0
I was using version 0.12.5 but ui-devkit version was 0.13.0.
After downgrading to 0.12.5 problem solved
Thank you.