Can't write sshfs share with nextcloud web/android app

Nextcloud 15.0.2
Operating system and version: Ubuntu 18.04 64 bit LXD
Apache 2.4.29
PHP version 7.2

Config.php data dir: ‘datadirectory’ => ‘/home/nextcloud_data’,
Fstab: root@IP_ADDRESS:/home/user/.nextcloud_data /home/nextcloud_data fuse.sshfs defaults,allow_other,_netdev,uid=www-data,gid=www-data 0 0

CHOWN on LXD for data dir:
ls -ltr /home/
total 8
drwxr-xr-x 3 ubuntu ubuntu 4096 Dec 5 00:09 ubuntu
drwxr-x— 1 www-data www-data 4096 Feb 1 11:36 nextcloud_data

Issue with write permission with SSHFS.

When I mount by fstab by user@ip_address I cannot write to data folder but folder is readable and writable by command line, when I mount with root, all access is granted.

I tested same configuration on a fresh install at work and it works as it should; access to write with fstab user@ip_address.

Any ideas ? :slight_smile: