-
-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I start with a fresh installation and I was able to create a new account, but I'm not able to login afterward. I see the following message when I click login:
Attaching to ideon-app, ideon-db
Container ideon-db Waiting
ideon-db |
ideon-db | PostgreSQL Database directory appears to contain a database; Skipping initialization
ideon-db |
ideon-db | 2026-01-29 15:37:43.520 UTC [1] LOG: starting PostgreSQL 16.11 on x86_64-pc-linux-musl, compiled by gcc (Alpine 15.2.0) 15.2.0, 64-bit
ideon-db | 2026-01-29 15:37:43.520 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
ideon-db | 2026-01-29 15:37:43.520 UTC [1] LOG: listening on IPv6 address "::", port 5432
ideon-db | 2026-01-29 15:37:43.522 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
ideon-db | 2026-01-29 15:37:43.524 UTC [29] LOG: database system was shut down at 2026-01-29 15:37:36 UTC
ideon-db | 2026-01-29 15:37:43.528 UTC [1] LOG: database system is ready to accept connections
Container ideon-db Healthy
ideon-app |
ideon-app | > ideon@0.1.3 start
ideon-app | > NODE_OPTIONS='--max-old-space-size=8192' node dist/server.cjs
ideon-app |
ideon-app | {"level":30,"time":1769701066407,"pid":18,"hostname":"ab1f39a616b7","host":"ideon-db","msg":"Connected to PostgreSQL successfully"}
ideon-app | {"level":30,"time":1769701067087,"pid":18,"hostname":"ab1f39a616b7","msg":"> Ready on http://0.0.0.0:3004"}
ideon-app | a: Read more at https://errors.authjs.dev#callbackrouteerror
ideon-app | at nH (.next/server/chunks/_9fdd1b14._.js:404:43420)
ideon-app | at async nV (.next/server/chunks/_9fdd1b14._.js:404:51096)
ideon-app | at async nY (.next/server/chunks/_9fdd1b14._.js:404:55656)
ideon-app | at async a (.next/server/chunks/[root-of-the-server]__cefe5ddb._.js:1:14530)
ideon-app | at async c (.next/server/chunks/[root-of-the-server]__cefe5ddb._.js:1:18109)
ideon-app | at async l (.next/server/chunks/[root-of-the-server]__cefe5ddb._.js:1:19150) {
ideon-app | type: 'CallbackRouteError',
ideon-app | kind: 'error',
ideon-app | [cause]: [Object]
ideon-app | }
ideon-app | SMTP settings not configured in .env
also I have set all needed variables in .env for smtp, but when I click on "forgot password" I get the message "SMTP settings not configured in .env"
do I miss something?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working