This is a reproduction of a bug that occurs in version 6.2.2
of the MikroORM stack.
Official issue: mikro-orm/mikro-orm#5602
- clone this repo and run
yarn install
to install the dependencies - run
yarn db
in a separate tab to start the database with docker - run
yarn build
to build the app - run
yarn start
-> no error - run
yarn dep:up
to upgrade MikroORM tov6.2.2
. - run
yarn start
-> error - run
yarn dep:down
to downgrade MikroORM tov6.2.1
- run
yarn start
-> no error