07-06-2019, 04:46 PM
Ok... nevermind. 5min after posting this thread, I was able to find the issue...
Not only NFS access is needed, but also permission of 777 for all the folders and files.
chmod 777
for the audio-folder
and
chmod -R 777 *
for all the files in it
Hope this helps for someone with similar issue.
Not only NFS access is needed, but also permission of 777 for all the folders and files.
chmod 777
for the audio-folder
and
chmod -R 777 *
for all the files in it
Hope this helps for someone with similar issue.