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
Fatal error: Uncaught RuntimeException: APP_ENV environment variable is not defined. You need to define environment variables for configuration or add "symfony/dotenv" as a Composer dependency to load variables from a .env file. in /payum/public/index.php:13 Stack trace: #0 {main} thrown in /payum/public/index.php on line 13
In Docker $_ENV var used to retrieve environment variables.
On Latest Docker we get from Symfony:
Fatal error: Uncaught RuntimeException: APP_ENV environment variable is not defined. You need to define environment variables for configuration or add "symfony/dotenv" as a Composer dependency to load variables from a .env file. in /payum/public/index.php:13 Stack trace: #0 {main} thrown in /payum/public/index.php on line 13
In Docker $_ENV var used to retrieve environment variables.
May it is related with this symfony/recipes#331
The text was updated successfully, but these errors were encountered: