Closed aronmgv closed 4 years ago
@MacGyver27
- "/lvm/raid/public/nextcloud/data/:/data/data" - "/lvm/raid/private/backups/:/mnt/private/backups" - "/lvm/raid/private/data/:/mnt/private/data" - "/lvm/raid/private/drive/:/mnt/private/drive" - "/lvm/raid/private/media/:/mnt/private/media" - "/lvm/raid/public/backups/:/mnt/public/backups" - "/lvm/raid/public/drive/:/mnt/public/drive" - "/lvm/raid/public/ftp/:/mnt/public/ftp"
What's the point with all those bind mounts? I suspect this one /lvm/raid/public/nextcloud/data/:/data/data
could cause issues as /data
is already mounted as a volume from this image (overlap).
So can you first comments all those bind mounts starting with - "/lvm/raid/...
and try again?
UID=1000 GID=994
Typo here, those vars are not used in this image (PUID
and PGID
instead)... I think it's the root cause of your previous issue #27...
Please review your configuration based on this example.
@MacGyver27
for the chrome and android mobile app (after a while it offers old interface and it goes through). When then the site is refreshed again it redirects me into app successfully. For the Firefox it goes through as expected just after hitting submit. Tested it in incognito modes without any add-ons.
If it's ok with Firefox but not on your mobile, I don't think this is an issue with this image, but your network or something else and can't help you here.
What's the point with all those bind mounts? I suspect this one
/lvm/raid/public/nextcloud/data/:/data/data
could cause issues as/data
is already mounted as a volume from this image (overlap).
Those mounts are external storage units - NAS to be available via nextcloud interface. I have tested nesting volumes inside another and it works surprisingly nicely..
Anyway I have found the problem and it was related to the upgrade to NC17.. more info here (add 'overwriteprotocol' => 'https',
into config.php - maybe you can add it to the readme or chanegelog as well?).
Hi,
After upgrading to 17.0.1 and setting everything from scratch I noticed that logging into app gets stuck for the chrome and android mobile app (after a while it offers old interface and it goes through). When then the site is refreshed again it redirects me into app successfully. For the Firefox it goes through as expected just after hitting submit. Tested it in incognito modes without any add-ons.
Steps to reproduce this issue
Expected behaviour
Redirect to app..
Actual behaviour
Stuck at loading the login - see scrennshot.
Configuration
System info
My docker-compose.yml is build upon your traefik version:
Docker info
Logs
Configured debug level 0 and not much happening:
Thanks