Error message
PHP Fatal error: Uncaught Error: Cannot instantiate interface Plumrocket\…\Api\…Interface
Issue Description
This error means that Magento has outdated information about Dependency injection. In most cases, it is due to the cache.
Most likely, you are experiencing this fatal error after running the following command:
Solution
You need to clear the cache before running bin/magento setup:upgrade
. Please use the following command to clear the cache:
Was this article helpful?