prisma working fine in my next.js app, just tried adding a background worker process (BullMQ) using the same codebase and prisma is now throwing an error about 'invalid findOne invocation' and then the exception has {"code": "ENOENT"}. but the same query works fine over in next.js land. any obvious ideas?