Early Preview: 🚧 These docs are still a work in progress. 🚧 Keep checking back for updates!
ProofKit

Troubleshooting

Error when generating schema

ERROR [Better Auth]: filemaker is not supported. If it is a custom adapter, please request the maintainer to implement createSchema

This means you used the better-auth CLI directly instead of the @proofkit/better-auth version. Run this instead:

npx @proofkit/better-auth migrate
pnpm dlx @proofkit/better-auth migrate
yarn dlx @proofkit/better-auth migrate
bunx @proofkit/better-auth migrate

On this page