YunoHost web interface not loading after installation

What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.0.12
How are you able to access your server: SSH
Direct access via physical keyboard/screen
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: 32 bit PC

Describe your issue

After running the installation script, I tried accessing http://192.168.0.104/ and https://192.168.0.104/, but the browser keeps loading indefinitely. Eventually, it shows the following HTML content:

<body>
    <noscript>
      <strong>
        We're sorry, but YunoHost Admin doesn't work properly without JavaScript
        enabled. Please enable it to continue.
      </strong>
    </noscript>
    <div id="app"></div>
</body>

I have tried installing YunoHost directly on the computer and also on top of a Debian installation. Since I couldn’t access the web interface, I completed the post-installation steps and ran the diagnostics successfully via SSH, but I still get the same issue when trying to access the web UI.

I have verified that JavaScript is enabled in Chrome, and I also tried different browsers, computers, and devices, but I keep getting the same error.

Any help would be greatly appreciated!

Share relevant logs or error messages

can’t generate any log link

Hi ezeluduena,

Welcome to the forums!

I thought to suggest loging in via SSH, but you already did that.

That would be my next suggestion.

Could it be that there is some add-blocker installed on your network, or that your router prevents web access to local resources?

Good to mention, but that should not make a difference. i86-32 is uncommon nowadays, but most Arm boards were 32 bit until recently and ran without problems.

Have you already forwarded traffic from your public internet access to your Yunohost? After that you might try accessing the web interface via the public IP from another network.

Good luck!

1 Like

You can :

sudo -i
yunohost diagnosis run
yunohost diagnosis show | yunopaste

You can pipe any log output to yunopaste

1 Like

Hi I wonder if someone could assist me? I’ve tried to reinstall ynh onto a RasPi and I can’t get past the ‘successful installation’ screen. It just loops me back to the Set Main Domain screen every time. I then tried creating new images and alternative names but each and every subsequent installation now sticks in this loop. If possible, the domain I would like to restore is fossfix.noho,st. If I can recreate the ynh instance I can then restore from an offline backup I’ve retained. Thanks in advance for any help you can offer.

Thank you! Also thank you for your answer.

No, I wanted to try yunohost in this old laptop before asking for static IP and open ports to my ISP.

Fortunately, I was able to fix the web admin page. I tried different things, so I can’t tell you exactly what the cause was, but after setting a .nohost.me domain and deleting the yunohost.local domain, the admin page finally loaded.

Now I have another Issue. I don’t know if I should create a new post on the forum.
The apps catalog web interface can’t fetch the list of available apps.

Browser console log:
Failed to load resource: net::ERR_CONNECTION_RESET
https://192.168.0.104/yunohost/api/apps/catalog?full&with_categories&with_antifeatures&locale=es

Thanks to @jarod5001, here is my diagnosis log.

After installing an app from the command line, the web app catalog magically loaded :smiley:. Thank you for your answers. @wbk @jarod5001

1 Like

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