fast-monkey-21184
08/10/2023, 3:41 PMdocker/sdk bootstrap deploy.dev.yml
have faced following error:
Running generator
PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /data/index.php:678
Stack trace:
#0 /data/index.php(638): retrieveEndpoints(Array)
#1 /data/index.php(91): retrieveUniquePorts(Array)
#2 {main}
thrown in /data/index.php on line 678
any ideas what is it?fast-monkey-21184
08/10/2023, 3:42 PMaverage-branch-45579
08/10/2023, 5:42 PMfast-monkey-21184
08/14/2023, 7:38 AMrm -Rf docker && git clone git@github.com:spryker/docker-sdk.git --branch 1.59.0 docker
solved the issue