-
We currently serve tRPC, Vercel, Plain and webhooks through the legacy pages api we should move them to app router.
There isn't much reason anymore since tRPC does support app router fully.
The mig…
-
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.
-
Create folders for organizing route handlers (/routes) and middleware (/middleware).
-
Currently it is not possible to use ecologits.js from within NextJS route handlers in the app router.
Haven't tried with the page router, but might be the same issue.
Some digging already done:
…
-
### Describe the issue that you're seeing. Any Loom videos or screenshots usually help a lot!
Now that the nextjs app router is stable we should support using [route handlers](https://nextjs.org/docs…
-
After upgrading some clusters to 1.30.5 issues appear in the proxy.
Starts fine and runs OK for ~20-30min, then errors are thrown.
```
{"level":"error","ts":1730378101.6257863,"caller":"proxy/h…
-
@webplusai
- I did crate a new user
- As soon as the user is created, the server crashes -> but it creates the user so `http://localhost:8080/admin/users` shows the new user
- If I want to show …
-
I am using chi router in my go project, and inside main go I have routes for my base version and my v1 version.
mux.Route("/", func(route chi.Router) {
***endpoints***
})
…
-
Hi Team,
We’ve been successfully using ```sladg/nextjs-lambda``` for building our pages router, and it has been working as expected.
Recently, we upgraded to Next.js 14 and started implementing …
-
I noticed theres a bit code repetition in your routers / handlers.
This pops up a few times:
```
if (req.headers.cookie){
let { jwt } = parse(req.headers.cookie)
verify(j…