hi, I call throw new UnauthorizedException() in my passport strategy. this results in a server crash:
HttpException: Invalid credentials
at ...dist/apps/may-server/webpack:/src/app/auth/auth.strategy.ts:38:19
at processTicksAndRejections (node:internal/process/task_queues:95:5)
I cant find any configuration that would overwrite the default behavior of nest in this case.
I use nestjs 10.2.5 and node 18.17.1
Dose someone have an idea why this could happen?