[SOLVED] Hello, during running `docker/sdk bootstr...
# docker
f
[SOLVED] Hello, during running
docker/sdk bootstrap deploy.dev.yml
have faced following error:
Copy code
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?
it’s clean install, issue have faced today
a
Something is wrong with the deploy file itself it seems.
f
The problem was in the latest update of docker/sdk, seems like master branch has a bug, command
rm -Rf docker && git clone git@github.com:spryker/docker-sdk.git --branch 1.59.0 docker
solved the issue
😱 1