New installation of Wordpress on Subdomain - Nothing presented on /wp-admin/

What app is this about, and its version: Wordpress 7.0~ynh1
What YunoHost version are you running: 12.1.40.1
What type of hardware are you using: Virtual machine

Describe your issue

I’ve done a CLI install to avoid issues with automatic checking of the multisite option. Yunohost reports the applicatioin installed correctly but nothing is displayed when I try to load /wp-admin/ on the subdomain

Share relevant logs or error messages

No entries are displayed on on the ngix access or error logs for the domain.

Did you try https://sub.domain.tld/blog/wp-admin(remove /blog if you did not install on a path or replace it with the path you chose)? You will need to log in to the portal using the admin user credentials selected during installation.

Yeah i set the path to / so I tried /wp-admin - weirdly I’m not seeing any entries in the ngix access or error logs - I wonder if its not correctly assigned against the domain.

What does the https://sub.domain.tld/wp-admin page show?

It just times out. .. I’m going to create new subdomain and try and re-install on that and see if I have any luck.

Can you install Wordpress multiple times ? I ran an attempt to install Wordpress again using yunohost. app install wordpress -a domain=erithtest.ibiza.balearic.net&path=/ and got a weird response I don’t understand it just returned “[1] 16072”

Didn’t you forget the quotes? “domain=erithtest.ibiza.balearic.net&path=/”

Ah yeah so that was one thing - Its installed but I’m getting the same results - One thing I have noticed is that the access and error log only seem to list requests coming from the box itself.( Localhost and ipv6 localhost)

I ran some curl requests from the box and these didn’t time out but returned a 301 from nginx for both root of the website and the /wp-admin/ URLs - So there must be an access issue at least

In the ngix error log there is nothing but the access log only includes the curl requests from localhost

So I think I have tracked down the issue. For some reason my Router is returning a different IP address for the subdomains than the yunohost instance e.g. 10.5.2.171 for wordpress.domain.ltd and 10.5.2.158 for domain.ltd - I’m still trying to figure out why - at this stage I think its an issue for my Openwrt Router rather than Yunohost.