I made new tests in the production environment and identified that is recording up to 137 items in the repeater.
In the custom field setup I increased the limit to 10000 rows.
Any idea what could be?
Recalling that in the development environment this problem is not happening.
I’m having a very similar problem.
Reading the comments above, I applied all the guidelines and attempts sent
one that worked was applying the code below:
add_action (‘save_post’ array ($ this ‘save_post’), 10, 1);
add_action (‘pre_post_update’, array ($ this, ‘save_post’));
I did it yesterday, today after over 30 records inserted the problem happened again.
I have two scenarios in my localhost environment the problem did not occur, but in the production environment the problem happened again.
I insert new items, I click refresh, the page loads but does not save the data.
I do not know what else to do.
Any idea what I can do?