I am facing a strange issue while adding Customer, I had filled all the fields in the customer form including Zipcode but still, I am getting error

"Zip/Postal Code" is a required value.

enter image description here

In my form all fields are field. I tried to remove this error by making postal code field optional from Magento configuration:

Store -> General -> Zip/Postal Code is Optional for

but no luck.

Please help me!

有帮助吗?

解决方案 2

Some vendor class or module has been changed, Run this command:

composer update

then run:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush

其他提示

Try to remove cache:

   php bin/magento cache:clean
许可以下: CC-BY-SA归因
scroll top