shopware / app-bundle-symfony

Symfony Bundle for Shopware App Backend
MIT License
12 stars 7 forks source link

/lifecycle/register route throws error #31

Closed kiplingi closed 1 year ago

kiplingi commented 1 year ago

When calling the register controller the error InvalidArgumentException is thrown. The reason is:

The controller for URI "/lifecycle/register" is not callable: The shop entity class "Shopware\AppBundle\Entity\AbstractShop" must extend "Shopware\AppBundle\Entity\AbstractShop"

kiplingi commented 1 year ago

Just saw, the class has to be set in the package config