Khiet Tam Nguyen
Khiet Tam Nguyen
This is actually not too difficult now that Dokploy has moved to better-auth - there's a dedicated plugin for it: - https://www.better-auth.com/docs/plugins/sso
Related to - https://github.com/drizzle-team/drizzle-kit-mirror/issues/500 - #2623 Workarounds: - https://github.com/drizzle-team/drizzle-kit-mirror/issues/500#issuecomment-2229782233) - change `query` to `run` directly in the package - https://github.com/drizzle-team/drizzle-kit-mirror/issues/500#issuecomment-2239083475 - use `migrate` instead of `push` - Or downgrade to...
Does anything change if you reset your password? - https://docs.dokploy.com/docs/core/reset-password
That's odd - Dokploy is currently using better-auth under the hood. No issues for me on my three instances (laptop homeserver, Hetzner VPS, Oracle Cloud). One thing I do find...
Actually, I do see the check for trusted origin here: https://github.com/Dokploy/dokploy/blob/17a26353b6d2412b6023ddfc4cc785605c1368fc/packages/server/src/lib/auth.ts#L36-L53 which appears to get applied after the first user is created. @InvixGG you may want to update the server's...
> Or even my own browser once I log out, but I don't want to setup everything again You'll be forcefully logged out after a couple of days when the...
There is logs for the dokploy container (you can use Docker CLI or the Web UI - there's a menu entry called "View Logs" above the "Update Server IP" from...
First thing to try is looking at your Browser's developer console to see if there's anything useful being logged, either in console or the networks tab. If you still have...
@InvixGG have you tried querying for the user in your database? For example, 1. Open a container in your dokploy-postgres container ```bash docker exec --interactive --tty "$(docker ps -all --filter...