Is this suited for github?
To Reproduce
I have tried following the instructions listed at https://www.better-auth.com/docs/examples/next-js linking to https://github.com/better-auth/better-auth/tree/canary/demo/nextjs but unfortunately it did not work for me.
Current vs. Expected behavior
I expected to be able to run the demo locally as instead I've got an error most likely related to:
"better-auth": "workspace:*",
"better-call": "catalog:",
Afterwards I've tried to building the package from the monorepo first and then install and run the example demo app, but that did not work either, yet resulted in different issues.
What version of Better Auth are you using?
latest
System info
Which area(s) are affected? (Select all that apply)
Documentation
Auth config (if applicable)
import { betterAuth } from "better-auth"
export const auth = betterAuth({
emailAndPassword: {
enabled: true
},
});
Additional context
It would be great if you can include a working demo and proper instructions, as there are issues with all of the demo/boilerplates that I found around.
Is this suited for github?
To Reproduce
I have tried following the instructions listed at https://www.better-auth.com/docs/examples/next-js linking to https://github.com/better-auth/better-auth/tree/canary/demo/nextjs but unfortunately it did not work for me.
Current vs. Expected behavior
I expected to be able to run the demo locally as instead I've got an error most likely related to:
Afterwards I've tried to building the package from the monorepo first and then install and run the example demo app, but that did not work either, yet resulted in different issues.
What version of Better Auth are you using?
latest
System info
Which area(s) are affected? (Select all that apply)
Documentation
Auth config (if applicable)
Additional context
It would be great if you can include a working demo and proper instructions, as there are issues with all of the demo/boilerplates that I found around.