-
Using [NestJs Middleware Consumers](https://docs.nestjs.com/middleware#middleware-consumer) is broken with this module. I'm trying to globally add middleware to the admin module with something like:
…
-
## Context
Earlier on [simplenotezy](https://github.com/simplenotezy) created the issue mentioning that middlewares are not being triggered when using the Fastify Adapter in combination with the Nest…
-
#### This issue pertains to the following package(s):
- [ ] GraphQL Playground - Electron App
- [ ] GraphQL Playground HTML
- [x] GraphQL Playground
- [ ] GraphQL Playground Express Middleware
…
-
Hello,
I'm facing an issue with the implementation of tRPC with NestJS.
I've followed the setup in docs and it generates a server.ts file as expected, but when referencing a test endpoint inside…
-
### Overview
We currently don't log request IDs or session IDs in our logs. These would be hugely helpful with debugging. Every time we call logger.log or logger.error, the output should be decorate…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
In versions 10.3.4+, if using `exclude` in `setGlobalPrefix`, e.g.
```
app.setGlobalPre…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
This issue happens when there are 2 endpoints:
- The first endpoint has no params, ex: `/all…
-
**Describe the bug**
I’m encountering an issue when using better-auth with drizzleAdapter in a NestJS application. When I send requests with JSON bodies to any auth-related route, I receive the follo…
-
Given how NestJs handles route handling(not been handled directly by route handlers). How can we use the `toNodeHandler` to make Better Auth handle request in a NestJs app.
-
### What version of Bun is running?
1.1.21
### What platform is your computer?
Darwin 23.5.0 arm64 arm / Docker with base image oven/bun:1.1.21
### What steps can reproduce the bug?
Minimal repro…