Nextcloud issue NTFS drive

Hi!
I have just installed Nextcloud and when I first try to acccess http://192.168.0.100/nextcloud/ I get the following error:
Data directory (/mnt/dietpi_userdata/nextcloud_data) is readable by other users
Please change the permissions to 0770 so that the directory cannot be listed by other users.

I tried running chmod 0770 /mnt/dietpi_userdata/nextcloud_data/ but this doesn’t change anything.

The nextcloud_data folder is stored on a usb attached NTFS drive. I guess the issue comes from there…

Does anyone think I can get it running like this or I should just get over the idea ?

Cheers!

NTFS does not support file permissions hence the error. Use a different filing system like ext4.