+ export no_proxy=backend + no_proxy=backend + export NODE_OPTIONS=--max-old-space-size=3072 + NODE_OPTIONS=--max-old-space-size=3072 + export npm_config_cache=/tmp/.npm + npm_config_cache=/tmp/.npm + export NPM_CACHE_LOCATION=/tmp/.npm + NPM_CACHE_LOCATION=/tmp/.npm + export SSP_PORT=3002 + SSP_PORT=3002 + mkdir -p /tmp/.npm + for DIR in logs data + '[' '!' -d /mnt/data/logs ']' + '[' '!' -L /opt/kix/logs ']' + rm -rf /opt/kix/logs + ln -s /mnt/data/logs /opt/kix/logs + for DIR in logs data + '[' '!' -d /mnt/data/data ']' + '[' '!' -L /opt/kix/data ']' + rm -rf /opt/kix/data + ln -s /mnt/data/data /opt/kix/data + waitfor 'redis cache' 10 'redis-cli -h redis ping' + waitfor backend 10 'test `curl -s -o /dev/null -w '\'''\''%{http_code}'\'''\'' http://backend:8080/api/v1/session` == 403' backend not ready yet, waiting for 10 seconds... + waitfor 'api token' 10 'ls /mnt/shared/backend_api_token' + '[' -d /mnt/data/plugins ']' + '[' -d /mnt/data/patches ']' ++ cat /mnt/shared/backend_api_token + export BACKEND_API_TOKEN= + BACKEND_API_TOKEN= + export LANG=C.UTF-8 + LANG=C.UTF-8 + npm start > @kix/frontend@19.0.0 start > node dist/server/index.js Thu Dec 12 2024 11:32:48 GMT+0100 (Central European Standard Time) - info: 52 - [SERVER] Start Thu Dec 12 2024 11:32:48 GMT+0100 (Central European Standard Time) - info: 52 - Initialize 46 service extensions Thu Dec 12 2024 11:32:48 GMT+0100 (Central European Standard Time) - info: 52 - Initialize Redis cache backend Thu Dec 12 2024 11:32:48 GMT+0100 (Central European Standard Time) - info: 52 - Create ClientRegsitration Thu Dec 12 2024 11:32:48 GMT+0100 (Central European Standard Time) - info: 52 - [CLIENT REGISTRATION] Start Thu Dec 12 2024 11:32:48 GMT+0100 (Central European Standard Time) - info: 52 - Update translations Thu Dec 12 2024 11:32:48 GMT+0100 (Central European Standard Time) - info: 52 - REDIS connecting Thu Dec 12 2024 11:32:48 GMT+0100 (Central European Standard Time) - info: 52 - Create Default Configurations Thu Dec 12 2024 11:32:48 GMT+0100 (Central European Standard Time) - info: 52 - REDIS ready Thu Dec 12 2024 11:32:49 GMT+0100 (Central European Standard Time) - info: 52 - Found 131 configuration extensions Thu Dec 12 2024 11:32:49 GMT+0100 (Central European Standard Time) - info: 52 - REDIS: Subscribed to channel KIXFrontendNotify Thu Dec 12 2024 11:32:49 GMT+0100 (Central European Standard Time) - error: 52 - Error during HTTP (session/user) GET request. Thu Dec 12 2024 11:32:49 GMT+0100 (Central European Standard Time) - error: 52 - (401) Unauthorized User is not authorized. The requested operation cannot be executed. Thu Dec 12 2024 11:32:49 GMT+0100 (Central European Standard Time) - error: 52 - An unhandledRejection occured: Thu Dec 12 2024 11:32:49 GMT+0100 (Central European Standard Time) - error: 52 - [object Object] Unhandled Rejection at: Promise Promise { Error { Code: 'Unauthorized', Message: 'User is not authorized. The requested operation cannot be executed.', StatusCode: 401 } } reason: Error { Code: 'Unauthorized', Message: 'User is not authorized. The requested operation cannot be executed.', StatusCode: 401 } Error { Code: 'Unauthorized', Message: 'User is not authorized. The requested operation cannot be executed.', StatusCode: 401 }