Magento 2 “Invalid Form Key. Please refresh the page”

Sometimes when you create a product with multiple attributes in Magento 2, you may end up with the error message “Invalid Form Key. Please refresh the page.”
To get rid of this message, you need to increase the value of max_input_vars in php.ini file. By default, this value is set to 1000. You should set it to 5000 or 10000. To do that, follow these steps:
1. Log in to your website server using ssh
2. Go to the folder containing php.ini and open this file by vi
3. Edit the value of max_input_vars to 5000 (or create it if it doesn’t exist yet). Then, press ESC key and type :wq to save the file.
4. Restart your Mamp or Apache. Now you can save your newly created product without any problem.
See more:
Magento 2 Error: One or more indexers are invalid
Warning: Your Magento folder does not have sufficient write permissions
Dom
A knowledge craver who always strive to be wiser everyday.
Warning: Your Magento folder does not have sufficient write permissions - M commerce blog - SimiCart
11/24/2017 at 12:47 am[…] more: Magento 2 “Invalid Form Key” Magento 2 Error: One or more indexers are […]
[Solved] Magento 2 error: One or more indexers are invalid - SimiCart
12/04/2017 at 9:39 pm[…] See more: Warning: Your Magento folder does not have sufficient write permissions Magento 2 “Invalid Form Key” […]
Magento 2 File Permissions - Magento Tutorials - SimiCart
12/04/2017 at 9:57 pm[…] See more: Magento 2 System Requirements Magento 2 “Invalid Form Key” […]
jyoti
04/20/2018 at 7:51 pmThank you.You saved my time
Dom
04/23/2018 at 12:04 pmYou’re welcome!