[Bug]: Error HTTP 413 at upload attempt #517

Closed
opened 2026-04-24 23:11:55 +02:00 by adam · 4 comments
Owner

Originally created by @stemy2 on GitHub (Jul 10, 2022).

Describe the issue

I can't upload anything. No matter the file i use, it results by a "error 413: Request entity too large".

Steps to reproduce the issue

  1. Create a library
  2. Try to upload a file

Audiobookshelf version

2.0.23~ynh1

How are you running audiobookshelf?

Other

Originally created by @stemy2 on GitHub (Jul 10, 2022). ### Describe the issue I can't upload anything. No matter the file i use, it results by a "error 413: Request entity too large". ### Steps to reproduce the issue 1. Create a library 2. Try to upload a file ### Audiobookshelf version 2.0.23~ynh1 ### How are you running audiobookshelf? Other
adam added the bug label 2026-04-24 23:11:55 +02:00
adam closed this issue 2026-04-24 23:11:55 +02:00
Author
Owner

@Thovi98 commented on GitHub (Jul 10, 2022):

2.0.23~ynh1

It seems you are using Yunohost, right ? It's better to report the issues there because it's an Yunohost issue : https://github.com/Yunohost-Apps/audiobookshelf_ynh

You have to change the nginx config.

@Thovi98 commented on GitHub (Jul 10, 2022): > 2.0.23~ynh1 It seems you are using Yunohost, right ? It's better to report the issues there because it's an Yunohost issue : https://github.com/Yunohost-Apps/audiobookshelf_ynh You have to change the nginx config.
Author
Owner

@Thovi98 commented on GitHub (Jul 12, 2022):

It’s already solved by https://github.com/YunoHost-Apps/audiobookshelf_ynh/pull/19 thanks to @ericgaspar.

@Thovi98 commented on GitHub (Jul 12, 2022): It’s already solved by https://github.com/YunoHost-Apps/audiobookshelf_ynh/pull/19 thanks to @ericgaspar.
Author
Owner

@dit7ya commented on GitHub (Aug 11, 2022):

Since this is a nginx setting thing actually, I am posting a link to the issue explanation here for the next person stumbling upon this

Nginx: 413 - Request Entity Too Large Error and Solution - nixCraft

You essentially have to change client_max_body_size in your nginx config.

@dit7ya commented on GitHub (Aug 11, 2022): Since this is a nginx setting thing actually, I am posting a link to the issue explanation here for the next person stumbling upon this [Nginx: 413 - Request Entity Too Large Error and Solution - nixCraft](https://www.cyberciti.biz/faq/linux-unix-bsd-nginx-413-request-entity-too-large/) You essentially have to change `client_max_body_size` in your nginx config.
Author
Owner

@ekasprzak commented on GitHub (Oct 22, 2024):

How to change it when audiobookshelf is deployed using Docker?
Is nginx (and its conf) part of docker image?

@ekasprzak commented on GitHub (Oct 22, 2024): How to change it when audiobookshelf is deployed using Docker? Is nginx (and its conf) part of docker image?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#517