Louis ROB

Results 2 comments of Louis ROB

After updating the .env file, refreshing the browser cache worked for me.

Same problem with Prisma 5.0.0. `statement_cache_size=0` is a workaround. Already got prismaClient.$disconnect() in the afterEach hook but the problem appeared. Btw for those asking : ```typescript beforeEach(() => { //...