remib18
Explore posts from serversBABetter Auth
•Created by remib18 on 4/13/2025 in #bug-reports
advanced.generateId: false is ignored in 1.2.6 with drizzleAdapter
Hi everyone,
After updating to v1.2.6, I've encountered a problem where better-auth is generating IDs, which conflicts with my database that relies on UUIDs. The issue seems most likely related to the drizzleAdapter, as similar problems appeared with the passkey and emailOTP plugins.
I temporarily downgraded to v1.2.5 to avoid the error, which looks like this:
To reproduce:
Install better-auth@1.2.6 and use the following auth configuration (note that the issue is likely with drizzleAdapter): Any guidance or fixes would be greatly appreciated. Thanks,
Rémi
Install better-auth@1.2.6 and use the following auth configuration (note that the issue is likely with drizzleAdapter): Any guidance or fixes would be greatly appreciated. Thanks,
Rémi
10 replies
NextJS build issue
Hello !
I've been playing around with Dokploy to test its capabilities, and so far, I'm quite impressed.
I'm currently building a test NextJS application. It was working fine after some trial and error, but suddenly, NextJS seems to be skipping the build process...
As a result, the
next start
command isn't working:
For reference, here's an example of the expected log output on my local machine:
I've tried pruning all Docker volumes, images, containers, and build cache, but the issue persists. :/
Thanks in advance for your help!19 replies