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 am encountering an issue where Laravel references multiple environment variables in my application configuration, even though these variables are not explicitly defined or set in my code or .env file. Despite my efforts to add these references in my Environment Variable, the warnings persist.
The warnings appear in the logs as follows
[laravel:warn] Your app configuration references the DB_CACHE_CONNECTION environment variable, but it is not set.
[laravel:warn] Your app configuration references the DB_CACHE_LOCK_CONNECTION environment variable, but it is not set.
[laravel:warn] Your app configuration references the DB_CACHE_LOCK_TABLE environment variable, but it is not set.
[laravel:warn] Your app configuration references the MEMCACHED_PERSISTENT_ID environment variable, but it is not set.
...
[laravel:warn] Your app configuration references the SESSION_SECURE_COOKIE environment variable, but it is not set.
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.389
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
This is probably a problem with your application. Please open a support thread on Discord and you will get help there, if this should be a bug inside Coolify we can reopen this. Also there is already another open issue with this exact error.
Error Message and Logs
I am encountering an issue where Laravel references multiple environment variables in my application configuration, even though these variables are not explicitly defined or set in my code or .env file. Despite my efforts to add these references in my Environment Variable, the warnings persist.
The warnings appear in the logs as follows
[laravel:warn] Your app configuration references the DB_CACHE_CONNECTION environment variable, but it is not set.
[laravel:warn] Your app configuration references the DB_CACHE_LOCK_CONNECTION environment variable, but it is not set.
[laravel:warn] Your app configuration references the DB_CACHE_LOCK_TABLE environment variable, but it is not set.
[laravel:warn] Your app configuration references the MEMCACHED_PERSISTENT_ID environment variable, but it is not set.
...
[laravel:warn] Your app configuration references the SESSION_SECURE_COOKIE environment variable, but it is not set.
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.389
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: