listmonk icon indicating copy to clipboard operation
listmonk copied to clipboard

import size limit for a list

Open openitstore opened this issue 7 months ago • 1 comments

Hello,

what is the limit whe importing emails in a list ? i have this error message, when i try to import 112000 emails in a list : AxiosError: Request failed with status code 413 but when i import the first 5000 emails of this file, it works fine ! there is no explicit log to find detailed error

Thank you in advance for your help. Nicolas

openitstore avatar Jun 06 '25 08:06 openitstore

Is there a reverse proxy like Nginx or Caddy in front of your installation? If yes, please check the max body size config.

knadh avatar Jun 06 '25 09:06 knadh

exactly, just increased "client_max_body_size" in nginx settings, and it works fine.

thank you

openitstore avatar Jun 14 '25 08:06 openitstore