request in the auth file in the server side
I'm using nuxt 3 and the stripe pluging I have this
the problem is this
console.log('Resquest', request);
is undefined
always, I'm doing something wrong, but it happened with all property that have request in the auth.ts
file.3 Replies
Hello, thank you for bringing this to our attention.
I've opened a PR which solves this, you can track it here:
https://github.com/better-auth/better-auth/pull/3093
Hi thanks for this, there is anyway that I can use the fix, until the new release is made ???