What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi, I think I may have a dummy question. My colleague has installed our spryker repo with docker sdk

U011NH4DY1F
U011NH4DY1F Posts: 19 🧑🏻‍🚀 - Cadet

Hi, I think I may have a dummy question. My colleague has installed our spryker repo with docker sdk on his linux system and everything went ok. But now that everything is installed, when he enters one of the local addresses in his browser, the page won't load. Does someone know what the problem is? I work on a Windows System and everything works fine.

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    What does it mean won't load? Is there any error in the browser? Like error_network_changed for example?

  • U011NH4DY1F
    U011NH4DY1F Posts: 19 🧑🏻‍🚀 - Cadet

    I'll ask, one second

  • UKHD8KTMF
    UKHD8KTMF Posts: 393 🧑🏻‍🚀 - Cadet

    maybe he is missing /etc/hosts entries

  • U011NH4DY1F
    U011NH4DY1F Posts: 19 🧑🏻‍🚀 - Cadet

    No, the host entries are in the correct file. That was the first thing I asked him

  • U011NH4DY1F
    U011NH4DY1F Posts: 19 🧑🏻‍🚀 - Cadet

    @valerii.trots the message he gets is:
    The site can't be reached

  • Eugenia Poidenko
    Eugenia Poidenko Sprykee Posts: 145 🧑🏻‍🚀 - Cadet

    perhaps it’s about the protocol: is the site available via http/https?

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    edited July 2020

    Is he using latest master of spryker/docker-sdk or just one of some past releases?

    In current master http\https shouldn't be a problem as there is a redirect now AFAIK.

  • U011NH4DY1F
    U011NH4DY1F Posts: 19 🧑🏻‍🚀 - Cadet

    The message is on http and https and we cloned the master branch of spryker/docker-sdk

  • UKHD8KTMF
    UKHD8KTMF Posts: 393 🧑🏻‍🚀 - Cadet

    did he get any failures during docker/sdk up? Did he bootstrap the correct environment?

  • U011NH4DY1F
    U011NH4DY1F Posts: 19 🧑🏻‍🚀 - Cadet

    Right now he's running the bootstrap again, I hope it works afterwards, I'll tell you if we find something new.

  • U011NH4DY1F
    U011NH4DY1F Posts: 19 🧑🏻‍🚀 - Cadet

    Even running bootstrap again makes no difference.

  • UKHD8KTMF
    UKHD8KTMF Posts: 393 🧑🏻‍🚀 - Cadet

    hard to help without being behind the system but this error regularly occurs when url/domain is wrong because reverse proxy do not know where to send a request

  • U011NH4DY1F
    U011NH4DY1F Posts: 19 🧑🏻‍🚀 - Cadet
    edited July 2020

    Hey, we found something interesting. Two of the Docker Containers give an Exit Code 1.

    ```
    spryker_b2b_dev_frontend_1         /entrypoint.sh nginx -g da ...  Exit 1                                                           spryker_b2b_dev_gateway_1          nginx -g daemon off;            Exit 1
    ````