Can't upgrade Freshrss

What app is this about, and its version: FreshRSS 1.28.0~ynh1
What YunoHost version are you running: YunoHost 12.1.39 (stable)
What type of hardware are you using: Raspberry Pi 5

Describe your issue

Hi,

Although I upgraded successfully FreshRSS from 1.28.0~ynh1 to 1.28.1~ynh1, when opening the Freshhrss webpage I have:

Error 403 - Forbidden

Vous n’avez pas le droit d’accéder à cette page ! [HTTP Remote-User= ; Remote IP address=83.204.173.63]

Connexion

Here are the logs of the update: https://paste.yunohost.org/raw/amisubaguf

Thank you for any help.

Share relevant logs or error messages

https://paste.yunohost.org/raw/amisubaguf

See

2 Likes

You can have a look here : [FreshRss] Error 403 - Forbidden - #3 by Tho

1 Like

Thank you. But what about future updates if I use the testing branch?

They will appear as usual in the webadmin :slight_smile:

2 Likes

updates from the testing branch or they will be from the usual branch?

From the main branch (master or main), as usual

2 Likes

After installing the testing branch I still have the same error:

Error 403 - Forbidden

Vous n’avez pas le droit d’accéder à cette page ! [HTTP Remote-User= ; Remote IP address=146.70.134.26]

Connexion

In /etc/nginx/conf.d/<domain.tld>/freshrss.conf
change

    include fastcgi_params_no_auth;

to

    include fastcgi_params_with_auth;

and reload nginx

1 Like

or upgrade from https://github.com/YunoHost-Apps/freshrss_ynh/tree/nginx

I don’t have /etc/nginx/conf.d/xxxx.org/freshrss.conf

sorry: add .d /etc/nginx/conf.d/<domain.tld>.d/freshrss.conf

1 Like

Thank you, it worked.

Thank you everybody for your help.

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