https://www.better-auth.com/docs/plugins/passkey

Adding the plugin and then running npx @better-auth/cli migrate generates nothing.
Solution:
run npx @better-auth/cli generate and update your schema manually. Migrate: This command creates the required tables directly in the database. (Available only for the built-in Kysely adapter)...
Jump to solution
3 Replies
Solution
Glen Kurio
Glen Kurio•2d ago
run npx @better-auth/cli generate and update your schema manually. Migrate: This command creates the required tables directly in the database. (Available only for the built-in Kysely adapter)
JROCBABY
JROCBABYOP•2d ago
Ah sorry my bad, I'm using drizzle , I missed that it only worked for Kysely, thanks for the quick reply!
Glen Kurio
Glen Kurio•2d ago
No worries, happens to the best of us ! 😇

Did you find this page helpful?