From c40ab90d941f1e3fb662591ca3a725261da5e84e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 13 Nov 2025 17:27:41 +0100 Subject: [PATCH] fix: use URL-encoded EMAIL_SERVER variable for Linkwarden MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Use dedicated LINKS_EMAIL_SERVER variable with proper URL encoding - Encode @ symbol in email address as %40 to avoid URL parsing conflicts - Fixes NextAuth error: "Cannot read properties of undefined (reading 'split')" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- links/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/links/compose.yaml b/links/compose.yaml index 8e8ba2b..e47ac32 100644 --- a/links/compose.yaml +++ b/links/compose.yaml @@ -14,7 +14,7 @@ services: MEILI_MASTER_KEY: ${LINKS_MEILI_MASTER_KEY} NEXT_PUBLIC_EMAIL_PROVIDER: true EMAIL_FROM: ${EMAIL_FROM} - EMAIL_SERVER: smtps://${EMAIL_SMTP_USER}:${EMAIL_SMTP_PASSWORD}@${EMAIL_SMTP_HOST}:${EMAIL_SMTP_PORT} + EMAIL_SERVER: ${LINKS_EMAIL_SERVER} volumes: - linkwarden_data:/data/data depends_on: