PeerTube – 413 error when uploading thumbnail
PeerTube
4
Posts
2
Posters
106
Views
2
Watching
-
Hi,
we are running a PeerTube instance and I’ve run into a problem when uploading a thumbnail:uploading a thumbnail (~4.4 MB) fails with 413 Request Entity Too Large
PeerTube UI shows that up to 8 MB is allowed
uploading an avatar (~6 MB) works without problems
uploading videos (GB size) also works fine
The error comes directly from nginx on the host (see HTML error page).
<html> <head><title>413 Request Entity Too Large</title></head> <body> <center><h1>413 Request Entity Too Large</h1></center> <hr><center>nginx/1.24.0 (Ubuntu)</center> </body> </html>
How can I increase
client_max_body_size
for PeerTube on Cloudron so that thumbnails up to 8 MB can be uploaded? -
Hello @archos
I have found the issue.
This can not be fixed by the user (you).
An app update is on its way to fix this issue.