Hello all, hoping someone might be able to help me...
# orm-help
s
Hello all, hoping someone might be able to help me with an issue I've run into with Nest.js, whereby it seems like Prisma (or Nest) is creating multiple connections to the DB on app boot (one for every module where we inject the Prisma service), which ultimately results in the following error:
1
Issue resolved – it was to do with how we were importing Prisma into our modules.