| ( ! ) Fatal error: Uncaught Symfony\Component\Dotenv\Exception\FormatException: Missing = in the environment variable declaration in "/app/.env" at line 49.
...ecific variables\nEOF...
^ line 49 offset 1108 in /app/vendor/symfony/dotenv/Dotenv.php:653
Stack trace:
#0 /app/vendor/symfony/dotenv/Dotenv.php(370): Symfony\Component\Dotenv\Dotenv->createFormatException('Missing = in /app/vendor/symfony/dotenv/Dotenv.php on line 653 |
| ( ! ) Symfony\Component\Dotenv\Exception\FormatException: Missing = in the environment variable declaration in "/app/.env" at line 49.
...ecific variables\nEOF...
^ line 49 offset 1108 in /app/vendor/symfony/dotenv/Dotenv.php on line 653 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 418352 | {main}( ) | .../index.php:0 |
| 2 | 0.0000 | 418816 | require_once( '/app/vendor/autoload_runtime.php ) | .../index.php:5 |
| 3 | 0.0003 | 430880 | Symfony\Component\Runtime\SymfonyRuntime->__construct( $options = ['project_dir' => '/app'] ) | .../autoload_runtime.php:19 |
| 4 | 0.0003 | 432952 | Symfony\Component\Dotenv\Dotenv->bootEnv( $path = '/app/.env', $defaultEnv = 'dev', $testEnvs = [0 => 'test'], $overrideExistingVars = FALSE ) | .../SymfonyRuntime.php:140 |
| 5 | 0.0004 | 433000 | Symfony\Component\Dotenv\Dotenv->loadEnv( $path = '/app/.env', $envKey = 'APP_ENV', $defaultEnv = 'dev', $testEnvs = [0 => 'test'], $overrideExistingVars = FALSE ) | .../Dotenv.php:175 |
| 6 | 0.0004 | 433216 | Symfony\Component\Dotenv\Dotenv->doLoad( $overrideExistingVars = FALSE, $paths = [0 => '/app/.env'] ) | .../Dotenv.php:119 |
| 7 | 0.0006 | 434776 | Symfony\Component\Dotenv\Dotenv->parseRaw( $data = '# The base of your URL to connect to this application.\nAPP_ENV=dev\nAPP_DEBUG=1\nAPP_SECRET=testing-secret\n\n# Database (PostgreSQL)\nDATABASE_URL=postgresql://app:test123@postgres:5432/app?serverVersion=18&charset=utf8\n\n# Valkey (Redis-compatible)\nVALKEY_PASSWORD=test123\nVALKEY_URL=redis://default:test123@valkey:6379\nMESSENGER_TRANSPORT_DSN=redis://default:test123@valkey:6379/messages\n\n# Mailer (MailHog)\nMAILER_DSN=smtp://mailhog:1025\n\n# Default timezone\nPHP_DATE_TIMEZONE=UTC\n\n# App version\nAPP_VERSION=1.0.0\n\n'..., $path = '/app/.env' ) | .../Dotenv.php:673 |
| 8 | 0.0009 | 438088 | Symfony\Component\Dotenv\Dotenv->lexVarname( ) | .../Dotenv.php:322 |