I have a SAP app built with Angular and .net. When I'm trying to open a dialog I get the following error:
ERROR Error: No component factory found for vn. Did you add it to @NgModule.entryComponents?
However, I have no component called vn. This error only happens in production when deployed in a Docker container but not when running locally.
I have no clue from where this error comes from. The dialog component I'm trying to open is included in the module and in the entry components. Any ideas?