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 Friends, I have a query regarding the spryker application. I was doing a demo on running both b2c

U02MX1A53CP
U02MX1A53CP Posts: 10 🧑🏻‍🚀 - Cadet

Hi Friends,
I have a query regarding the spryker application.
I was doing a demo on running both b2c and b2b application in the same server using docker containers.
However, the b2c is getting terminated when b2b is made up and viceversa.
We used the b2b,b2c and docker-sdk repo specified in the Github itself.
Please let me if there is any steps we need to do additionally along with downloading it and building using docker-sdk.

Comments

  • U01UWNT56KE
    U01UWNT56KE Posts: 1 🧑🏻‍🚀 - Cadet

    Hi, in my experience you can only run one project B2B or B2C, if you need both you can use Spryker's Suite (B2B+B2C), this project content both functionalities.
    I hope work for you.

  • U02MX1A53CP
    U02MX1A53CP Posts: 10 🧑🏻‍🚀 - Cadet

    Thanks @U01UWNT56KE Will check on that.

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,072 ⚖️ - Guardians (admin)
    edited November 2021

    heyhey, if you change the “namespace” property in the deploy.yml file you use it should work (in theory)

  • U02MX1A53CP
    U02MX1A53CP Posts: 10 🧑🏻‍🚀 - Cadet

    Hi @florian.scholz
    Hi...
    We were able to run both b2c and b2b on one server by editing the namespaces and some minor network changes.
    For that we downloaded a newer version of demoshop repo from the branch 202108.0
    However, we are able to run b2c using the deploy-dev configuration. But it is not working for staging config.
    When tried with staging, we are getting the below error.

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,072 ⚖️ - Guardians (admin)

    Hi, for this it is maybe better to create an official bug-issue.
    Maybe this commit for the spryker-suite is to address the problem: https://github.com/spryker-shop/suite/commit/fa32352a78fd8f204a1e3a895b53301aac6879df

  • U02MX1A53CP
    U02MX1A53CP Posts: 10 🧑🏻‍🚀 - Cadet

    Thanks @florian.scholz 👍