Hello,
following a power outage at my home, I had some data corrupted on my Yunohost.
This lead me to remove and reinstall transmission.
So I uninstall it, run a apt remove transmission-* to be sure to get ride of all the data and reinstalled it.
Transmission is running, the daemon works correctly and I can see in the log that it retrieve the torrent correctly, however I cannot access to the interface:
When I click on the transmission button in the user panel, the page just “refresh”.
In firefox debugger, I have these messages:
GET https://mydomain.tld/torrent
[HTTP/2.0 301 Moved Permanently 0ms]
GET https://mydomain.tld/torrent/
[HTTP/2.0 301 Moved Permanently 0ms]
GET https://mydomain.tld/torrent/transmission/web/
[HTTP/2.0 301 Moved Permanently 0ms]
GET https://mydomain.tld/transmission/web/
[HTTP/2.0 302 Found 145ms]
GET https://mydomain.tld/yunohost/sso/
[HTTP/2.0 200 OK 265ms]
I don’t find anything useful in nginx log files or any other ones.
I tried nevertheless to restart nginx & transmission-daemon but to no avail.
An idea on how to solve this issue?