You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following exception when clearing the cache;
[Symfony\Component\DependencyInjection\Exception\EnvParameterException]
Incompatible use of dynamic environment variables "REDIS_URL" found in parameters.
[Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException]
The service "cache.tickets" has a dependency on a non-existent service "%env(REDIS_URL)%".
Which is a bit strange as it seems to look like a very good use case of using the new env functionality to me.