Marc Stammerjohann
Marc Stammerjohann
Hi @brandoncollins7, how are you accessing the database are you using `CustomPrismaService`? Do you have a reproduction repository, which would be easier to help if i can reproduce it myself.
I cannot reproduce it atm. Please provide a reproduction repo.
Thanks for the error logs. Looks like `PrismaService`, which is in the package is trying to access the default prisma client. I will add an example and see if I...
It looks like that this is caused because of the `index.ts` exporting all files from the library, even though `PrismaService` is not used it imports from `@prisma/client`. I guess the...
@Valetek have you tried this workaround? https://github.com/notiz-dev/nestjs-prisma/issues/79#issuecomment-1768053972 I think @Krr0ptioN means that workaround.
Yes `PrismaClientExceptionFilter` does not currently work for custom location. I will have a look on a fix for that as well.
> I am facing the same issue, I managed to solve this issue with workaround (thanks to @marcjulian), although I am not sure whether this is a stable or temporary...
I am not familiar with PgBouncer and I am not sure if it is related to how `PrismaService` and thus `PrismaClient` is instantiated throughout your Nest application. Have you checked...
Closing for now. Please provide additional information or link to a prisma issue to reopen.
@BlindDespair yes the content will shift when the images are loaded lazily. I think the following line is only getting the attribute `src` and not `srcset` from an `img` element....