Yunohost app repo down

My YunoHost server

Hardware: VPS (8gb ram, 4 cores, 100gb SSD)
YunoHost version: 11.2.8.2
I have access to my server : SSH & VNC
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

https://app.yunohost.org/default/v3/apps.json is experiencing a 302 redirect error and the app catalog is unable to update. Confirmed by using curl & using multiple devices on different IPs.

<html>
<head><title>302 Found</title></head>
<body>
<center><h1>302 Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
--2023-12-21 22:36:18--  https://app.yunohost.org/default/v3/apps.json
Resolving app.yunohost.org (app.yunohost.org)... 80.67.172.144, 2001:910:1410::1
Connecting to app.yunohost.org (app.yunohost.org)|80.67.172.144|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://yunohost.org/yunohost/sso/?r=aHR0cHM6Ly9hcHAueXVub2hvc3Qub3JnL2RlZmF1bHQvdjMvYXBwcy5qc29u [following]
--2023-12-21 22:36:19--  https://yunohost.org/yunohost/sso/?r=aHR0cHM6Ly9hcHAueXVub2hvc3Qub3JnL2RlZmF1bHQvdjMvYXBwcy5qc29u
Resolving yunohost.org (yunohost.org)... 80.67.172.144, 2001:910:1410::1
Connecting to yunohost.org (yunohost.org)|80.67.172.144|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://yunohost.org/yunohost/sso/ [following]
--2023-12-21 22:36:19--  https://yunohost.org/yunohost/sso/
Reusing existing connection to yunohost.org:443.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://yunohost.org/yunohost/sso/ [following]
1 Like

For anyone having this issue, a temporary bypass to install/update apps:

sudo mv /etc/yunohost/apps_catalog.{yml,bak}
sudo touch /etc/yunohost.aoos_catalog.yml

Install apps via sudo yunohost app install {git url}

To undo the change:
sudo mv /etc/yunohost/apps_catalog.{bak,yml}

2 Likes

I think it will be resolved within the day, I’ll wait.

(Should be working now, sorry for the inconvenience)

5 Likes

Seems ok now! Thanks @Aleks !

In fact, it works better.
THANKS :pray:

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