A simple reproduction for the following issues:
- Clone repository
- Install dependencies with
npm ci
- Run
docker compose up -d
to start Postgres - Run
npx prisma migrate dev
to initialize the database. - Run
npm start
to run theindex.mjs
file. ENVsRUST_BACKTRACE=full
andDEBUG='*'
are added for convenience.