Hi @Francois_Vongue,
The logline you shared match a 413 HTTP error. (it’s the number just following the route path)
The code means payload too large
You maybe need to increase the maximal size of your requests,? In this case you will find help here
Regards