We have a few items with lots of children.  This one in particular has 119 children connected to it.  When we try to change the price on it it does not save and we get:
Invalid Token, in view=product task=apply 
Please see the video below for a run through of the process including error message and debug info.  I installed Token Interceptor and turned on debug but am not seeing anything useful.
https://drive.google.com/file/d/1JPmN0bzKtNnAdWkofuHtc7JmD0HFNbwP/view
			
			
			
				I think that all products when saved are embedded in the URL and it is longer than it can be.
Try fewer products
			
			
			
				try increasing your php max_input_vars & max_execution_time settings
			
			
			
				Thank you!  increasing those variables in my php.ini fixed it!