Installation de Rallly ne fonctionne pas

What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.0.7
What app is this about: Rallly

Describe your issue

After installation, without any error message, link to the app show the page with this message :
“502 Bad Gateway
If you see this page, your connection with the server is working but the internal service providing this path is not responding.
Administrator, make sure that the service is running, and check its logs if it is not. The Services page is in your webadmin, under Tools > Services.
Thank you for using YunoHost.”

What’s the problem

Share relevant logs or error messages

logs here : https://paste.yunohost.org/raw/uxedinirif
services here : https://paste.yunohost.org/raw/egovimatis

EADDRINUSE: address already in use :::3000

Something is already listening to that port … can you share the output of sudo netstat -tulpn | grep 3000 ?

tcp 0 0 127.0.0.1:3000 0.0.0.0:* LISTEN 26472/AdGuardHome
I have AdGuardHome app install on my server.

Hmokay … not sure I understand what the heck is going on, yunohost should have detected that port 3000 was in use during the install of rallly and pick another port … Could it be that adguardhome was off somehow when you tried to install rallly ?

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