shopware icon indicating copy to clipboard operation
shopware copied to clipboard

Redis number ranges has a dependency on a non-existent service "shopware.cart.redis".

Open lutek opened this issue 2 years ago • 0 comments

PHP Version

7.4.29

Shopware Version

6.4.12.0

Expected behaviour

Number Ranges handled by Redis

Actual behaviour

error

The service "Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementRedisStorage" has a dependency on a non-existent service "shopware.cart.redis".

How to reproduce

Enable in config:

shopware:
    number_range:
        increment_storage: "Redis"
        redis_url: '%env(string:REDIS_URL)%/1'

lutek avatar Jul 01 '22 12:07 lutek