Cannot read local raid arrays files

I can see the top folders inside of my raid array mounted using local external storage but i cannot see anything inside of them

I am using AIO in docker.
docker.yml

  nextcloud:
    container_name: nextcloud-aio-mastercontainer
    init: true
    restart: unless-stopped
    image: nextcloud/all-in-one:latest
    volumes:
      - nextcloud_aio_mastercontainer:/mnt/docker-aio-config
      - /var/run/docker.sock:/var/run/docker.sock:ro
    ports:
      # - 8666:80
      - 8080:8080
        # - 8443:8443
    environment:
      - APACHE_PORT=11000
      - APACHE_IP_BINDING=0.0.0.0
      - NEXTCLOUD_DATADIR=/docker/store/ncaio
      - NEXTCLOUD_MOUNT=/mnt/nextcloud/
      - NEXTCLOUD_MEMORY_LIMIT=4096M

I currently have a raid 1 array of 2 4tb hard drives useing mdadm on arch linux.
It is mounted at /mnt/massdrive and bind mounted to /mnt/nextcloud/massdrive

fstab


/dev/md127 /mnt/massdrive ext4 defaults 0 0

/home/poslop /mnt/nextcloud/poslop none bind

/mnt/massdrive /mnt/nextcloud/massdrive none bind

ls -l /mnt/nextcloud/

drwxrwxrwx  7 poslop poslop   4096 Oct 29 10:16 massdrive
drwxrwxrwx 15 poslop poslop   4096 Oct 31 11:38 poslop

ls -l /mnt/nextcloud/massdrive

drwxrwxr--  5 poslop   poslop  4096 Oct 29 10:11 games
drwxrwxr--  2 poslop   poslop   16384 May 16 10:00 lost+found
drwxrwxr--  6 poslop   poslop    4096 Oct 19 16:08 media
drwxrwxr-- 11 poslop   poslop    4096 Oct  2 18:33 Pictures

ls -l /mnt/nextcloud/massdrive/games

drwxrwxr-- 4 poslop poslop 4096 Oct 24 16:12 archive
drwxrwxr-- 2 poslop poslop 4096 Oct 19 15:49 mc
drwxrwxr-- 2 poslop poslop 4096 Oct 19 15:46 wii

id www-data

uid=33(www-data) gid=33(www-data) groups=33(www-data),1000(poslop)

My home directory is also mounted into /mnt/nextcloud and has the exact same file permissions. I am able to see and use everything properly in /mnt/nextcloud/poslop as expected.

/massdrive in nextcloud

/massdrive/games in nextcloud

Hi, did you see the notice in the GitHub - nextcloud/all-in-one: Nextcloud AIO stands for Nextcloud All-in-One and provides easy deployment and maintenance with most features included in this one Nextcloud instance. section?

yes.
this is exactly what i am doing except for it being owned by www-data:root it is owned by user:user and i am using a group to allow it access. I am also using 774 permissions instead.

This works with my home directory /home/poslop which is bind mounted to /mnt/nextcloud/poslop. I am able to read edit and access all the files there.

For whatever reason i cannot access files in my raid mount even though it has the same settings.

I have messed around changing ownership of the raid mount to www-data:www-data but it does not change anything

I am now experiencing the same issue with the /home/poslop folder as well
/poslop shows all the files and folders as expected but inside of any folder inside of /poslop i cannot find any files