No serializer
service found
If you arenβt using the symfony/framework-bundle
or symfony/serializer
components,
you might not have any service called serializer
.
The serializer component is required for using this bundle but the configuration is part of the framework-bundle.
Enable the serializer in your app/config/services.yml
file:
YAML
The group annotation was not taken into account
Make sure the serializer annotation is enabled in your configuration. You can enable it in yourapp/config/services.yml
file:
YAML
Algolia doctor
To check your environment and configuration, use thealgolia-doctor
command:
PHP
php.ini
settings.