The error handler is not handling the error PrismaClientUnknownRequestError. This causes the variable feathersError in the error handler to remain undefined, because no default error is set. Because of the undefined error the error cannot be processed correctly by feathers.
The error can be reproduced by, for example, sending a query that contains an integer value that is too large.
The error handler is not handling the error
PrismaClientUnknownRequestError
. This causes the variablefeathersError
in the error handler to remainundefined
, because no default error is set. Because of theundefined
error the error cannot be processed correctly by feathers.The error can be reproduced by, for example, sending a query that contains an integer value that is too large.
Module versions:
0.5.8
NodeJS version:
16.15.1