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 use this package from Symfony 4.4, and with default Symfony Cache, i have an error : The path "indragunawan_api_rate_limit.cache" cannot contain an empty value, but got null.
Symfony : 4.4
PHP : 4.4
Package : latest
Thanks.
The text was updated successfully, but these errors were encountered:
As the errors says, cache cannot contain empty value. You probably used cache: ~, which is not valid.
If you want to use Symfony cache, then provide its service name, for example cache.app:
Hi,
I use this package from Symfony 4.4, and with default Symfony Cache, i have an error :
The path "indragunawan_api_rate_limit.cache" cannot contain an empty value, but got null.
Symfony : 4.4
PHP : 4.4
Package : latest
Thanks.
The text was updated successfully, but these errors were encountered: