Having a hard time integrating better-auth and fastify
Hello, I have trouble integrting better-auth, especailly due to the fact that I get absolutely no errors
here's some context
My plugin
Then this is my route for all-thing-better-auth
which is under /v1
So it's basically /v1/auth/*
My problem is that absolutetly nothing happens when I hit /v1/auth/*
And the error I get is different from the one I'd get if I just hit a route that didn't exited
here's some context
My plugin
Then this is my route for all-thing-better-auth
which is under /v1
So it's basically /v1/auth/*
My problem is that absolutetly nothing happens when I hit /v1/auth/*
And the error I get is different from the one I'd get if I just hit a route that didn't exited