Error 403 - FreshRSS

I have searched the forum for similar issues

on

This form is written in English but feel free to write in French if you’re more comfortable!

on

What app is this about, and its version

Fresh RSS 1.29.1~ynh1

What YunoHost version are you running

12.1.40.1

What type of hardware are you using

VPS bought online

Describe your issue

I just installed FreshRSS and when trying to log in, I get this message :
Error 403 - Forbidden
Vous n’avez pas le droit d’accéder à cette page ! [HTTP Remote-User= ; Remote IP address=XXXX]

I’m also receiving mails saying :
Cron freshrss@xxx /usr/bin/php8.4 /var/www/freshrss/app/actualize_script.php >/var/log/freshrss/freshrss.log 2>&1
/bin/sh: 1: cannot create /var/log/freshrss/freshrss.log: Permission denied

Where do I start to solve this?

Share relevant logs or error messages

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

You need to be logged in to the ynh portal with the user you selected as the admin when installing freshrss.

Can you run

namei -l /var/log/freshrss/freshrss.log

If it is not owned by freshrss:freshrss:

chown -R freshrss:freshrss /var/log/freshrss

Permissions should be 750 for the folder and 644 for the file:

chmod 750 /var/log/freshrss
chmod 644 /var/log/freshrss/freshrss.log