Magento2.3.2: Class ShipperHQ\Shipper\Model\Customer\Attribute\Source\AddressType does not exist

magento.stackexchange https://magento.stackexchange.com/questions/303065

  •  07-04-2021
  •  | 
  •  

Question

I am working on Magento2.3.2.

When I tried to access the customers from the admin panel, I am getting the following error.

Class ShipperHQ\Shipper\Model\Customer\Attribute\Source\AddressType does not exist

  1. I have already removed the Shipper module from my website.
  2. I ran the compile and re-index and cache commands also.

But still getting the error.

Was it helpful?

Solution

Please go to eav_attribute table in database and search ShipperHQ\Shipper\Model\Customer\Attribute\Source\AddressType this in backend_model, if you will get any records there then please remove unnecessory attribute or just update Backend model there.

Hope this solution works for you!

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top