listmonk
listmonk copied to clipboard
import size limit for a list
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
Is there a reverse proxy like Nginx or Caddy in front of your installation? If yes, please check the max body size config.
exactly, just increased "client_max_body_size" in nginx settings, and it works fine.
thank you