Error when installing a application

My YunoHost server

Hardware: Microsoft Azure VM, runs on 1 GB RAM and 1 vCPU
YunoHost version: 3.8.4.9
I have access to my server : Through SSH
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If yes, please explain:

Description of my issue

When i install a Application i get this error: [ https://paste.yunohost.org/raw/doketefisa](https://paste.yunohost.org/raw/doketefisa) . How can i fix this


Thanks for the help

The actual error seems to be:

WARNING - cp: cannot create regular file '/etc/nginx/conf.d/maindomain.tld.d/wordpress.conf': No such file or directory

Which tends to indicate that maybe /etc/nginx/conf.d/maindomain.tld.d does not exists … (yet it should exist…)

Can you try to run ls /etc/nginx/conf.d/maindomain.tld.d in SSH ?

Also maybe running yunohost tools regen-conf nginx can help fix the issue

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.