[SOLVED] Hello, I followed this tutorial <https://...
# docker
b
[SOLVED] Hello, I followed this tutorial https://docs.spryker.com/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-windows.html#installing-docker-prerequisites-on-windows in order to install the b2b-demo-shop with Docker on Windows with WSL2. After all steps executed needed docker-containers seem to be running. Also, the zed-backend on http://backoffice.de.spryker.local is available, still I cannot reach none of the other local urls like yves-frontend f.e. http://yves.de.spryker.local (page not found). What should I do to fix this?
For those who are faced with the same issue: the string ouputted by the bootstrap command and is to be put to the windows hosts file is wrong
127.0.0.1 <http://backend-gateway.at|backend-gateway.at>.spryker.local <http://backend-gateway.de|backend-gateway.de>.spryker.local
(one row). There have to be multiple rows for each url like:
127.0.0.1 <http://glue.de|glue.de>.spryker.local
127.0.0.1 <http://backend-api.de|backend-api.de>.spryker.local