0

In a symfony project, I use an API mailjet to send emails, In case of sending lots of email (over 290 emails), I have this error. Status Code: 500 Internal Server Error Runtime exceptionenter image description here

Thanks!

After a search, I found that the error is due to a limit of the post request. In fact I used ajax to send an array of 400 itemsin the data, but ajax is limited to 294 items. Do you have a solution to increase this limit?

Ameni HADRICH
  • 17
  • 1
  • 5
  • after a search, I found that the error is due to a limit of the post request. In fact I used ajax to send an array of 400 items, but ajax is limited to 294 items. Do you have a solution to increase this limit? – Ameni HADRICH Jan 03 '23 at 20:29

0 Answers0