Page 1 of 1

Large subforms returning 400 errors

Posted: Mon Mar 27, 2023 9:14 pm
by chpwebmaster
I have some subforms with a large number of records > about 400 that are returning a 400 error when it tries to load. I just caught it when I went to enter some customer payments. It was caused by one of the updates since Friday. My main subform has 7 displayed columns. The other records seem like they might be loading a little slower as well.

Re: Large subforms returning 400 errors

Posted: Mon Mar 27, 2023 9:16 pm
by kev1n
Could you tell me what version number worked well?

Re: Large subforms returning 400 errors

Posted: Mon Mar 27, 2023 9:26 pm
by chpwebmaster
I fixed the 400 problem once I actually bothered to look at the server logs it was exceeding the 8M post_max_size I quadrupled it and it works now. Previously I was able to load records with 800+ rows and they were slow but loaded. The records still seem to be loading slower but at least they're loading.

Re: Large subforms returning 400 errors

Posted: Mon Mar 27, 2023 9:32 pm
by chpwebmaster
and my last version that worked without a problem was

DB Version: V.4.5-2023.03.20.00
Files Version: V.4.5-2023.03.22.07

Re: Large subforms returning 400 errors

Posted: Mon Mar 27, 2023 10:13 pm
by kev1n
Thanks, I updated nuform.js on Github. Let me know if that fixes the issue.

Re: Large subforms returning 400 errors

Posted: Mon Mar 27, 2023 10:19 pm
by chpwebmaster
that fixed the speed problem even with dropping my post max back to 8M