Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Large subforms returning 400 errors Topic is solved
-
- Posts: 72
- Joined: Mon Jun 10, 2019 5:00 pm
- Has thanked: 6 times
- Been thanked: 4 times
Large subforms returning 400 errors
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.
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 times
- Contact:
-
- Posts: 72
- Joined: Mon Jun 10, 2019 5:00 pm
- Has thanked: 6 times
- Been thanked: 4 times
Re: Large subforms returning 400 errors
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.
-
- Posts: 72
- Joined: Mon Jun 10, 2019 5:00 pm
- Has thanked: 6 times
- Been thanked: 4 times
Re: Large subforms returning 400 errors
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
DB Version: V.4.5-2023.03.20.00
Files Version: V.4.5-2023.03.22.07
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 times
- Contact:
Re: Large subforms returning 400 errors
Thanks, I updated nuform.js on Github. Let me know if that fixes the issue.
-
- Posts: 72
- Joined: Mon Jun 10, 2019 5:00 pm
- Has thanked: 6 times
- Been thanked: 4 times
Re: Large subforms returning 400 errors
that fixed the speed problem even with dropping my post max back to 8M