Can't update video title and description after upload

I’m running PeerTube v7 in a dockerized setup behind a Traefik Reverse Proxy. Disabled the nginx and Traefik is talking directly to peertube.

This is an upgrade from a v6 installation. Everything seems to work fine, apart from the fact that I can’t update videos after they’ve been published.

I want to edit the title and description, but when I click on « Update » the page just reloads and doesn’t take me to the edit page.

The only error I see in the logs for this is:

peertube-1  | [videos.explain-it.org:443] 2025-01-05 09:01:01.557 error: Client log: Backend returned code 404, errorMessage is: Unknown server error {
peertube-1  |   "username": "maxheadroom",
peertube-1  |   "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0",
peertube-1  |   "url": "https://videos.explain-it.org/videos/trending"
peertube-1  | }

Even with DEBUG log on, there isn’t much more information on this « Unknown server error ».

Any idea what’s the problem here?

Hi,

May be the same issue as Saving configuration results in `Error Incorrect request parameters: signup.requiresApproval` · Issue #5720 · Chocobozzz/PeerTube · GitHub

1 Like

I don’t think so. I don’t see the same error in my logs. And I’m running version 7 already.

I stand corrected. I just executed an docker compose down -v to get rid of the assets volume. And after a restart it all started working. Also now I see the new refreshed user interface of version 7 :see_no_evil:.

Thanks for the quick help! :pray: