Balázs Bencs
Balázs Bencs
I also have the same issue with this in a Nest project: I have an endpoint generating a PDF and in the controller I do nothing else just returning a...
happened to me as well, multiple times... Had to rewrite some queries with QueryBuilder to make this work, because setting this globally made one of the modules stall in the...
Let me answer instead of Levi, since we've worked together on this a little bit: We are using TDM GCC on windows to build this. ```powershell $env:CGO_ENABLED = '1' $env:CGO_LDFLAGS...