Alice Dupont
17 December 2024
Handling MikroORM Relations to Virtual Entities in NestJS

Managing relationships between an entity and a virtual entity, such as a database view, can be challenging when working with NestJS and MikroORM. Errors such as "Cannot read properties of undefined" are frequently encountered during creation processes.