Hallo zusammen,
bitteschön:
The Basics
• Nextcloud Server version (e.g., 29.x.x): 31.0.8
• Operating system and version (e.g., Ubuntu 24.04): Open Media Vault 7 (Debian GNU/Linux 12)
• Web server and version (e.g, Apache 2.4.25): Caddy v2.10.2 h1
• Reverse proxy and version _(e.g. nginx 1.27.2): Caddy v2.10.2 h1
• PHP version (e.g, 8.3): Zend OPcache v8.3.25
• Is this the first time you’ve seen this error? (Yes / No): Yes
• When did this problem seem to first start? yesterday
• Installation method (e.g. AIO, NCP, Bare Metal/Archive, etc.) Docker Compose
• Are you using Cloudflare, mod_security, or similar? (Yes / No) Only CrowdSec in Caddy (for Web Access))
Summary of the issue you are facing:
Wenn ich meine NextCloud über die lokale IP-Adresse, die sie im MacVLAN des Docker hat öffne, kann ich mich nicht einloggen.
Steps to replicate it (hint: details matter!):
- Webseite über IP öffnen.
- Logindaten eintippen und Enter drücken
- Loginwindow kommt nach einer Sekunde zurück, Adresszeile bekommt die Endung: …/login?direct=1&user=adminUser
Log entries
Nextcloud
123.123.123.119 - - [30/Aug/2025:09:41:09 +0000] "POST /login HTTP/1.1" 303 2502 "http://123.123.123.35/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36"
123.123.123.119 - - [30/Aug/2025:09:41:09 +0000] "GET /login?direct=1&user=adminUser HTTP/1.1" 200 13333 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36"
123.123.123.119 - - [30/Aug/2025:09:41:10 +0000] "GET /ocs/v2.php/apps/guests/api/v1/groups HTTP/1.1" 401 1625 "http://123.123.123.35/login?direct=1&user=adminUser" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36"
Web Browser
Problem tirtt mit allen Browsern auf allen Endgeräten auf.
Web server / Reverse Proxy
… nicht relevant, da local …
Configuration
Nextcloud
{
"system": {
"htaccess.RewriteBase": "\/",
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"upgrade.disable-web": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"123.123.123.35",
"fd00:123::35",
"meine-nextcloud.ipv64.net"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "31.0.8.1",
"overwrite.cli.url": "https:\/\/nextcloud-michael.ipv64.de",
"overwritehost": "nextcloud-michael.ipv64.de",
"overwriteprotocol": "https",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"maintenance": false,
"loglevel": 2,
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtpauth": true,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpsecure": "ssl",
"default_phone_region": "DE",
"log_type": "file",
"logfile": "\/remotelogs\/nextcloud\/nextcloud.log",
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"forwarded_for_headers": [
"HTTP_X_FORWARDED_FOR"
]
}
}
Apps
… nicht relevant, da Login-Problem …
Tips for increasing the likelihood of a response
• Use the preformatted text formatting option in the editor for all log entries and configuration output.
• If screenshots are useful, feel free to include them.
o If possible, also include key error output in text form so it can be searched for.
• Try to edit log output only minimally (if at all) so that it can be ran through analyzers / formatters by those trying to help you.
Vielen Dank für eure Hilfe.
Grüße
Mic.