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
In my setup, I apparently have a generic $_ENV['PATH'] variable that's being set automatically. This is causing problems with the Cache::$path variable and is overwriting the default value which is what I want. This seems like it may be a common issue for folks since the default in the getEnvValue method doesn't have any namespacing/prefix. A work around for me was to set a "cache.path" in my .env.
The text was updated successfully, but these errors were encountered:
In my setup, I apparently have a generic $_ENV['PATH'] variable that's being set automatically. This is causing problems with the Cache::$path variable and is overwriting the default value which is what I want. This seems like it may be a common issue for folks since the default in the getEnvValue method doesn't have any namespacing/prefix. A work around for me was to set a "cache.path" in my .env.
The text was updated successfully, but these errors were encountered: