Relationship error for Entities in microORM and Next.js

Advertisements When running my Next.js application in typescript, I get following error: error – ReferenceError: Cannot access ‘Member’ before initialization I found this specific error in the documentation: https://mikro-orm.io/docs/relationships#relations-in-esm-project. But the solution they suggest won’t work. When I try to import Rel import { Rel } from ‘@mikro-orm/core’; And wrap it around the entity Member,… Read More Relationship error for Entities in microORM and Next.js