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@beta migrate
pnpm dlx @proofkit/better-auth@beta migrate
yarn dlx @proofkit/better-auth@beta migrate
bunx @proofkit/better-auth@beta migrate

On this page