Closed dtraore closed 4 years ago
Hello, I'm upgrading my Ez EE instance from 2.5 to 3.2 and I'm facing to this error.
You have requested a non-existent service "@eztags.api.service.tags"
I try to use the TagsService (Netgen\TagsBundle\API\Repository\TagsService) from my controller Action but still doesn't work.
Any suggest ? did I miss something.
Thanks
Based on your comment on slack ezcomminity I fix it by adding the service allias
Netgen\TagsBundle\Core\Repository\TagsService: "@eztags.api.service.tags.inner"
Hello, I'm upgrading my Ez EE instance from 2.5 to 3.2 and I'm facing to this error.
You have requested a non-existent service "@eztags.api.service.tags"
I try to use the TagsService (Netgen\TagsBundle\API\Repository\TagsService) from my controller Action but still doesn't work.
Any suggest ? did I miss something.
Thanks