Hello I have more than 1700 pages on my site which is hosted on a shared server.
I can no longer put the latest pages created in their place in the navigation.
I have errors 503 or CRSF token missing.
Thank you for your advice
So, this is almost certainly an issue with the PHP max_input_vars
setting. Its default is 1000, so maybe you’ve already increased it before, but increasing it to say, 10000 would be a possible solution. Many shared hosts allow you to set PHP settings like this for yourself, though you might have to check with your host on how to do that if you’re not sure.
my PHP max_input_vars
is to 2500000…