Hey @vparoni ,
The error here describes where Micro is looking for schemas - Iglu Central, it’s mirror, and the embedded cache - so effectively just the schemas in Iglu Central are available. Iglu Central is the public registry for all the standard events.
Your event uses a custom schema, which you will have uploaded to your private repositiory - this is what the prod pipeline will be using.
You can follow the guidance here to have your micro reach your private Iglu schemas - basically it would need to use the same iglu_resolver configuration as the prod pipeline does.
I hope this helps.