symfony / ux

Symfony UX initiative: a JavaScript ecosystem for Symfony

Home Page:https://ux.symfony.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]docker build failure after upgrade ux-live-component to v2.17.0

fajino17 opened this issue · comments

Hello,

I'v got job result in gitlab :

Generating optimized autoload files

102 packages you are using are looking for funding.
Use the composer fund command to find out more!
Run composer recipes at any time to see the status of your Symfony recipes.
Executing script cache:clear [KO]

[KO]

Script cache:clear returned with error code 1
!!
!! In EnvVarProcessor.php line 217:
!!
!! Environment variable not found: "APP_SECRET".
!!
!!
!!
Script @auto-scripts was called via post-install-cmd
The command '/bin/sh -c composer install --no-dev --optimize-autoloader' returned a non-zero code: 1

For symfony/ux-live-component >= v2.14.2 building image works fine
After upgrade composer update symfony/ux-live-component (this only one bundle)

Does anyone have a similar experience?
env var APP_SECRET surely set is defined
Any suggestions? Have no clue whats going on

from composer.json - symfony used
....
....
"symfony/framework-bundle": "6.4.*"

  • other symfony bundles are the same version

Thanks