https://www.spryker.com logo
Join Slack
Powered by
# help
  • e

    elegant-agent-58713

    04/25/2023, 9:05 AM
    Hey, when I create a Content Page in ZED and I press preview to show the page in Yves then I always get this error: I dont really understand how / where I should login to see a preview of the page
  • a

    astonishing-belgium-59421

    04/25/2023, 9:34 AM
    Hi guys. Getting below error in yves:build command. Any suggestion(s)?
  • a

    able-judge-69057

    04/25/2023, 10:46 AM
    hi team , i have created new table test_article . and inside table i have a column order_id . I want to make it foreign key with id_sales_order which is located in spy_sales_order table. But i am getting this error
    b
    • 2
    • 8
  • m

    modern-cpu-62347

    04/25/2023, 2:22 PM
    Hi all. When deploying to Spryker cloud in AWS CodePipeline, there is a pipeline called “*Build_Spryker_ovip-prod*” - I assume this is used when I want to update the docker containers after making config changes to the deploy.yml file? I could only find info in documentation about the “_NORMAL_Deploy_Spryker_spryker-prod_.” pipeline. Thanks.
  • m

    mammoth-painting-63509

    04/25/2023, 2:48 PM
    Did anyone of you already profiled some API endpoints locally? I wanted to do that with the Xdebug profiler, but I’m not sure where they are saved at. What I’ve tried already: • I’ve added a new section to my
    deploy.dev.yml
    that looks like this:
    Copy code
    php:
        ini:
          "xdebug.mode": "profile"
    • Profiling CLI commands works as expected, e.g. I can see the cachegrind file inside
    /tmp/xdebug
    after calling e.g.
    vendor/bin/console list
    Copy code
    ╰─$ ls -l /tmp/xdebug/
    total 3680
    -rw-r--r-- 1 spryker www-data 3767816 Apr 25 13:43 cachegrind.out.44721.gz
    • I’ve sent a HTTP request to the Glue API, but there is no new cachegrind file in the output directory of Xdebug (
    /tmp/xdebug
    ) • I also checked if the file exists in one of the other containers (like the glue or zed container), but they’re empty, too
    ➖ 1
    👀 1
    a
    • 2
    • 3
  • a

    astonishing-article-8766

    04/26/2023, 5:58 AM
    Hello, any advice how to change the or-operator for the onpage-search to an and-operator ?
  • j

    jolly-dream-41611

    04/26/2023, 6:29 AM
    Hi all. I am currently working my way through the "Spryker Backend Fundamentals" course and the "Persist, Fetch, and Transport Data across Layers and Services" part. After doing all the steps as stated there and trying to view the page, I got the following error message. Am I still missing something? What else do I have to do to view this page?
    p
    • 2
    • 4
  • f

    fierce-agency-72925

    04/26/2023, 1:31 PM
    Hi all, I am trying to delete category programmatically using spryker category facade. but category is not being deleted and throwing following error . (10 is id_category)
    Copy code
    "10": "Spryker\\Zed\\Url\\Business\\Exception\\UrlExistsException: Tried to create url \"/en\", but it already exists.
    STR: 1. Implemented category facade in my module business class: src/Pyz/Zed/BslCategoryRange/Business/Model/ProcessUpdateRange.php
    Copy code
    //If global delete then delete form spy_category
    
                if ($info['is_global']) {
    
                    $this->spyCategoryFacade->delete($categoryId);
    
                    $this->logger->writeLog("Deleted Category globally", 2);
                }
    Error
    Copy code
    {
      "2535": "Spryker\\Zed\\Url\\Business\\Exception\\UrlExistsException: Tried to create url \"/en\", but it already exists. in /data/vendor/spryker/url/src/Spryker/Zed/Url/Business/Url/UrlUpdater.php:132\nStack trace:\n#0 /data/vendor/spryker/url/src/Spryker/Zed/Url/Business/Url/UrlUpdater.php(87):
    Spryker\\Zed\\Url\\Business\\Url\\UrlUpdater->assertUrlDoesNotExist(Object(Generated\\Shared\\Transfer\\UrlTransfer))\n#1 /data/vendor/spryker/url/src/Spryker/Zed/Url/Business/Url/UrlUpdater.php(59):
    Spryker\\Zed\\Url\\Business\\Url\\UrlUpdater->executeUpdateUrlTransaction(Object(Generated\\Shared\\Transfer\\UrlTransfer))\n#2 /data/vendor/spryker/propel-orm/src/Spryker/Zed/PropelOrm/Business/Transaction/PropelDatabaseTransactionHandler.php(45):
    Spryker\\Zed\\Url\\Business\\Url\\UrlUpdater->Spryker\\Zed\\Url\\Business\\Url\\{closure}()\n#3 /data/vendor/spryker/url/src/Spryker/Zed/Url/Business/Url/UrlUpdater.php(60):
    Spryker\\Zed\\PropelOrm\\Business\\Transaction\\PropelDatabaseTransactionHandler->handleTransaction(Object(Closure))\n#4 /data/vendor/spryker/url/src/Spryker/Zed/Url/Business/UrlFacade.php(191):
    Spryker\\Zed\\Url\\Business\\Url\\UrlUpdater->updateUrl(Object(Generated\\Shared\\Transfer\\UrlTransfer))\n#5 /data/vendor/spryker/category/src/Spryker/Zed/Category/Dependency/Facade/CategoryToUrlBridge.php(48):
    Spryker\\Zed\\Url\\Business\\UrlFacade->updateUrl(Object(Generated\\Shared\\Transfer\\UrlTransfer))\n#6 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Updater/CategoryUrlUpdater.php(214):
    Spryker\\Zed\\Category\\Dependency\\Facade\\CategoryToUrlBridge->updateUrl(Object(Generated\\Shared\\Transfer\\UrlTransfer))\n#7 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Updater/CategoryUrlUpdater.php(123):
    Spryker\\Zed\\Category\\Business\\Updater\\CategoryUrlUpdater->updateCategoryNodeUrlsForLocale(Object(Generated\\Shared\\Transfer\\NodeTransfer), Array, Object(Generated\\Shared\\Transfer\\LocaleTransfer))\n#8 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Updater/CategoryUrlUpdater.php(97):
    Spryker\\Zed\\Category\\Business\\Updater\\CategoryUrlUpdater->updateCategoryNodeUrls(Object(Generated\\Shared\\Transfer\\CategoryTransfer))\n#9 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Updater/CategoryUrlUpdater.php(83):
    Spryker\\Zed\\Category\\Business\\Updater\\CategoryUrlUpdater->executeUpdateCategoryUrlTransaction(Object(Generated\\Shared\\Transfer\\CategoryTransfer))\n#10 /data/vendor/spryker/propel-orm/src/Spryker/Zed/PropelOrm/Business/Transaction/PropelDatabaseTransactionHandler.php(45):
    Spryker\\Zed\\Category\\Business\\Updater\\CategoryUrlUpdater->Spryker\\Zed\\Category\\Business\\Updater\\{closure}()\n#11 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Updater/CategoryUrlUpdater.php(84):
    Spryker\\Zed\\PropelOrm\\Business\\Transaction\\PropelDatabaseTransactionHandler->handleTransaction(Object(Closure))\n#12 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Updater/CategoryRelationshipUpdater.php(98):
    Spryker\\Zed\\Category\\Business\\Updater\\CategoryUrlUpdater->updateCategoryUrl(Object(Generated\\Shared\\Transfer\\CategoryTransfer))\n#13 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Updater/CategoryRelationshipUpdater.php(81):
    Spryker\\Zed\\Category\\Business\\Updater\\CategoryRelationshipUpdater->executeUpdateCategoryRelationshipsTransaction(Object(Generated\\Shared\\Transfer\\CategoryTransfer))\n#14 /data/vendor/spryker/propel-orm/src/Spryker/Zed/PropelOrm/Business/Transaction/PropelDatabaseTransactionHandler.php(45):
    Spryker\\Zed\\Category\\Business\\Updater\\CategoryRelationshipUpdater->Spryker\\Zed\\Category\\Business\\Updater\\{closure}()\n#15 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Updater/CategoryRelationshipUpdater.php(82):
    Spryker\\Zed\\PropelOrm\\Business\\Transaction\\PropelDatabaseTransactionHandler->handleTransaction(Object(Closure))\n#16 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Updater/CategoryUpdater.php(80):
    Spryker\\Zed\\Category\\Business\\Updater\\CategoryRelationshipUpdater->updateCategoryRelationships(Object(Generated\\Shared\\Transfer\\CategoryTransfer))\n#17 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Updater/CategoryUpdater.php(67):
    Spryker\\Zed\\Category\\Business\\Updater\\CategoryUpdater->executeUpdateCategoryTransaction(Object(Generated\\Shared\\Transfer\\CategoryTransfer))\n#18 /data/vendor/spryker/propel-orm/src/Spryker/Zed/PropelOrm/Business/Transaction/PropelDatabaseTransactionHandler.php(45):
    Spryker\\Zed\\Category\\Business\\Updater\\CategoryUpdater->Spryker\\Zed\\Category\\Business\\Updater\\{closure}()\n#19 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Updater/CategoryUpdater.php(68):
    Spryker\\Zed\\PropelOrm\\Business\\Transaction\\PropelDatabaseTransactionHandler->handleTransaction(Object(Closure))\n#20 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/CategoryFacade.php(76):
    Spryker\\Zed\\Category\\Business\\Updater\\CategoryUpdater->updateCategory(Object(Generated\\Shared\\Transfer\\CategoryTransfer))\n#21 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Model/CategoryTree/CategoryTree.php(221):
    Spryker\\Zed\\Category\\Business\\CategoryFacade->update(Object(Generated\\Shared\\Transfer\\CategoryTransfer))\n#22 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Model/CategoryTree/CategoryTree.php(132):
    Spryker\\Zed\\Category\\Business\\Model\\CategoryTree\\CategoryTree->moveMainCategoryNodeSubTree(Object(Generated\\Shared\\Transfer\\CategoryTransfer), Object(Generated\\Shared\\Transfer\\CategoryTransfer))\n#23 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Deleter/CategoryNodeDeleter.php(180):
    Spryker\\Zed\\Category\\Business\\Model\\CategoryTree\\CategoryTree->moveSubTree(1449, 578)\n#24 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Deleter/CategoryNodeDeleter.php(134):
    Spryker\\Zed\\Category\\Business\\Deleter\\CategoryNodeDeleter->deleteNode(Object(Generated\\Shared\\Transfer\\NodeTransfer))\n#25 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Deleter/CategoryNodeDeleter.php(93):
    Spryker\\Zed\\Category\\Business\\Deleter\\CategoryNodeDeleter->executeDeleteCategoryNodesForCategoryTransaction(1451)\n#26 /data/vendor/spryker/propel-orm/src/Spryker/Zed/PropelOrm/Business/Transaction/PropelDatabaseTransactionHandler.php(45):
    Spryker\\Zed\\Category\\Business\\Deleter\\CategoryNodeDeleter->Spryker\\Zed\\Category\\Business\\Deleter\\{closure}()\n#27 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Deleter/CategoryNodeDeleter.php(94):
    Spryker\\Zed\\PropelOrm\\Business\\Transaction\\PropelDatabaseTransactionHandler->handleTransaction(Object(Closure))\n#28 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Deleter/CategoryRelationshipDeleter.php(86):
    Spryker\\Zed\\Category\\Business\\Deleter\\CategoryNodeDeleter->deleteCategoryNodesForCategory(1451)\n#29 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Deleter/CategoryRelationshipDeleter.php(71):
    Spryker\\Zed\\Category\\Business\\Deleter\\CategoryRelationshipDeleter->executeDeleteCategoryRelationshipsTransaction(Object(Generated\\Shared\\Transfer\\CategoryTransfer))\n#30 /data/vendor/spryker/propel-orm/src/Spryker/Zed/PropelOrm/Business/Transaction/PropelDatabaseTransactionHandler.php(45):
    Spryker\\Zed\\Category\\Business\\Deleter\\CategoryRelationshipDeleter->Spryker\\Zed\\Category\\Business\\Deleter\\{closure}()\n#31 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Deleter/CategoryRelationshipDeleter.php(72):
    Spryker\\Zed\\PropelOrm\\Business\\Transaction\\PropelDatabaseTransactionHandler->handleTransaction(Object(Closure))\n#32 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Deleter/CategoryDeleter.php(75):
    Spryker\\Zed\\Category\\Business\\Deleter\\CategoryRelationshipDeleter->deleteCategoryRelationships(Object(Generated\\Shared\\Transfer\\CategoryTransfer))\n#33 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Deleter/CategoryDeleter.php(59):
    Spryker\\Zed\\Category\\Business\\Deleter\\CategoryDeleter->executeDeleteCategoryTransaction(1451)\n#34 /data/vendor/spryker/propel-orm/src/Spryker/Zed/PropelOrm/Business/Transaction/PropelDatabaseTransactionHandler.php(45):
    Spryker\\Zed\\Category\\Business\\Deleter\\CategoryDeleter->Spryker\\Zed\\Category\\Business\\Deleter\\{closure}()\n#35 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/Deleter/CategoryDeleter.php(60):
    Spryker\\Zed\\PropelOrm\\Business\\Transaction\\PropelDatabaseTransactionHandler->handleTransaction(Object(Closure))\n#36 /data/vendor/spryker/category/src/Spryker/Zed/Category/Business/CategoryFacade.php(127):
    Spryker\\Zed\\Category\\Business\\Deleter\\CategoryDeleter->deleteCategory(1451)\n#37 /data/src/Pyz/Zed/BslCategoryRange/Business/Model/ProcessUpdateRange.php(771):
    Spryker\\Zed\\Category\\Business\\CategoryFacade->delete(1451)\n#38 /data/src/Pyz/Zed/BslCategoryRange/Business/Model/UpdateRange.php(206):
    Pyz\\Zed\\BslCategoryRange\\Business\\Model\\ProcessUpdateRange->deleteRangeFromTargetTable(Array)\n#39 /data/src/Pyz/Zed/BslCategoryRange/Business/BslCategoryRangeFacade.php(178):
    Pyz\\Zed\\BslCategoryRange\\Business\\Model\\UpdateRange->processIncrementalData('6')\n#40 /data/src/Pyz/Zed/BslCategoryRange/Communication/Console/BslCategoryRangeUpdateConsole.php(63):
    Pyz\\Zed\\BslCategoryRange\\Business\\BslCategoryRangeFacade->updateCategoryRange('6')\n#41 /data/vendor/symfony/console/Command/Command.php(299):
    Pyz\\Zed\\BslCategoryRange\\Communication\\Console\\BslCategoryRangeUpdateConsole->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#42 /data/vendor/symfony/console/Application.php(996):
    Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#43 /data/vendor/symfony/console/Application.php(295):
    Symfony\\Component\\Console\\Application->doRunCommand(Object(Pyz\\Zed\\BslCategoryRange\\Communication\\Console\\BslCategoryRangeUpdateConsole), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#44 /data/vendor/spryker/console/src/Spryker/Zed/Console/Communication/Bootstrap/ConsoleBootstrap.php(111):
    Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#45 /data/vendor/symfony/console/Application.php(167):
    Spryker\\Zed\\Console\\Communication\\Bootstrap\\ConsoleBootstrap->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#46 /data/vendor/spryker/console/bin/console(27):
    Symfony\\Component\\Console\\Application->run()\n#47 /data/vendor/bin/console(117):
    include('/data/vendor/sp...')\n#48 {main}"
    }
    Kindly provide suggesions or let me know if I am doing somthing wrong
    w
    e
    • 3
    • 4
  • b

    broad-mouse-68653

    04/27/2023, 8:00 AM
    Hi I have a question about styling of components in the spryker frontend. Lets say I have a molecule that exists in two variations (for simplicity lets a button that is white or black). My understanding is that modifiers ought to be used to realize that. Further, lets say the button is used in a molecule, the molecule is used in another molecule, and so on. How do I control the styling on the top level? What is the recommendation/ best practice? One way that solves this problem is to have a data variable 'buttonModifier' in each molecule that uses the button (directly or indirectly by using a molecule that uses the button) and pass this variable further down, until it eventually can be passed to the button modifiers. However, that seems like a suboptimal solution that quickly gets out of hand with growing number of components and styles. Another way is to pass modifiers to the 'top' molecule, and then pass them as modifiers to included molecules and eventually pass them to the button. However, here the question is how do we determine the relevant modifiers for the button molecule (and avoid that twig templates are now full of logic that extracts the correct modifiers). I'm happy for all input and experiences. Thanks, Tom.
    b
    • 2
    • 3
  • b

    broad-queen-33863

    04/27/2023, 1:45 PM
    Using windows with wsl ubuntu, having issues with two of six applications right now, and both of them are zed endpoints. Both return DNS_PROBE_FINISHED_NXDOMAIN. Everything else seems to work fine. Any idea what might be the issue ?
    p
    • 2
    • 2
  • s

    stocky-action-20182

    04/28/2023, 5:25 AM
    Team, do we have option for virtual products in Spryker that can be downloaded and also for paid service?
    a
    • 2
    • 1
  • c

    cool-dawn-43386

    04/28/2023, 7:17 AM
    Hello there, I have some troubles installing and enabling Merchant portal on my spryker app. First, I install default B2B-marketplace following this: https://docs.spryker.com/docs/marketplace/dev/setup/202212.0/spryker-marketplace-setup.html (replacing b2c marketplace by b2b marketplace) Then, i follow these instructions : https://docs.spryker.com/docs/marketplace/dev/feature-integration-guides/202212.0/merchant-portal-feature-integration.html#environment-requirements and https://docs.spryker.com/docs/pbc/all/merchant-management/202212.0/marketplace/instal[…]es/install-the-marketplace-merchant-portal-core-feature.html And i get this error running 'docker/sdk console transfer:generate' :
    Copy code
    Error - Exception: Undefined constant Orm\Zed\AclEntity\Persistence\Map\SpyAclEntityRuleTableMap::TABLE_PHP_NAME 
    in /data/vendor/propel/propel/src/Propel/Runtime/Map/DatabaseMap.php (193)
    What did I miss?
    w
    m
    p
    • 4
    • 24
  • c

    calm-toddler-60539

    04/28/2023, 8:43 AM
    Hello guys, I would like to know all available query parameters for the catalog_search glue endpoint. Any hints?
    b
    m
    • 3
    • 4
  • i

    icy-furniture-80558

    04/28/2023, 8:47 AM
    Helo Team, Please help me with a local environment customer creation. Created a customer from Back-office and currently its in unverified state, how can we verify this customer in local setup, as the customer verification mail is not triggered from local setup, so what is the workaround for local environment for verifying the customer
    b
    • 2
    • 2
  • s

    swift-plastic-31133

    04/28/2023, 9:08 AM
    Hi All, facing this below issue any suggestions?
    w
    • 2
    • 1
  • r

    rough-agency-88294

    04/28/2023, 12:34 PM
    can I peek into the rabbitmq queue length somehow in the PaaS environment?
  • e

    elegant-cartoon-61249

    04/28/2023, 1:32 PM
    #help Hi Everyone, I'm trying to deactivate a product via data import, but I'm having trouble finding the necessary template. I currently obsolete products using the "product_discontinued" template. however, we can look it up in Storefront. How do I remove it from my Storefront
    m
    w
    • 3
    • 3
  • a

    ancient-apartment-59274

    04/28/2023, 2:42 PM
    Hello, with some recent updates for the spryker testify updates, there were changes made for the env variables
    Copy code
    defined('SPRYKER_ACTIVE_STORES') || define('SPRYKER_ACTIVE_STORES', 'DE,AT');
    It gets checked and set to default values DE,AT, which are not valid stores in our case Where do i have to set SPRYKER_ACTIVE_STORES to make it work again? When i run a printenv on the testing container, it prints our store correctly (CN) … but in the stores php on the breakpoint, the default values DE, AT are fetched. Any ideas? Best regards and have a nice weekend.
    b
    • 2
    • 12
  • f

    full-potato-10807

    04/28/2023, 3:54 PM
    Hi Team, I hope you are doing good ! can any one please help me with server site form validation .. i mean do we have validator class ?
    w
    • 2
    • 2
  • c

    cool-hamburger-85057

    05/01/2023, 6:30 AM
    Hi team, how to trigger static email message notification when i click on button in backoffice?
  • c

    clean-sundown-47111

    05/02/2023, 7:19 AM
    Hi team , I am working on CI and CD pipeline for spryker b2c marketplace , suing jenkins and docker so can you please suggest how can i acheive this and what i have to follow for do that , an how to create a docker file for b2c market place for jenkins
    b
    • 2
    • 4
  • r

    rough-agency-88294

    05/02/2023, 9:18 AM
    Hi im trying to follow this doc https://docs.spryker.com/docs/scos/dev/technical-enhancement-integration-guides/integrate-elastic-computing.html#integrate-ram-aw[…]batch-processing but is it too bleeding edge? it points
    spryker/queue
    requirement to 1.10.0 but theres no such release
  • c

    calm-toddler-60539

    05/02/2023, 9:37 AM
    Hello guys. My Glue API endpoint action returns
    Copy code
    {
      "data": [
        {
          "type": "test-main",
          "id": null,
          "links": {
            "self": "https://glue.int.zf.local/test-main"
          }
        }
      ],
      "links": {
        "self": "https://glue.int.zf.local/search?term=product-name-en_us23&itemsPerPage=24&country=DE&locale=en_US"
      }
    }
    Whereas I want it to return
    Copy code
    {
      "data": {
        "type": "test-main",
        "id": null,
        "links": {
          "self": "https://glue.int.zf.local/test-main"
        }
      }
    }
    Here is the code in the action:
    Copy code
    public function getAction(RestRequestInterface $restRequest): RestResponseInterface
        {
            $restResourceBuilder = new RestResourceBuilder();
            $restResource = $restResourceBuilder->createRestResource('test-main');
            $restResponse = $restResourceBuilder->createRestResponse()->addResource($restResource);
            return $restResponse;
    
        
        }
    Can someone please advice?
    i
    • 2
    • 7
  • b

    broad-queen-33863

    05/02/2023, 9:48 AM
    On Win10 I've tried exporting the wsl to a different drive and then importing it, but now i can't seem to start it. It always fails at this moment:
    [+] Running 3/4
    ⠿ Network oneal_b2c_dev_public             Created                                                                                                                                         0.0s
    ⠿ Network oneal_b2c_dev_private            Created                                                                                                                                         0.0s
    ⠿ Container oneal_b2c_dev_cli_ssh_relay_1  Starting                                                                                                                                        0.9s
    ⠿ Container oneal_b2c_dev_cli_1            Started                                                                                                                                         0.9s
    Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Ubuntu/37058a6d37f441bd74afb99b97f250f2a1c3f4a0ca903216c2c4f2ae8795e879" to rootfs at "/tmp/ssh-relay/input-ssh-auth.sock": mount /run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Ubuntu/37058a6d37f441bd74afb99b97f250f2a1c3f4a0ca903216c2c4f2ae8795e879:/tmp/ssh-relay/input-ssh-auth.sock (via /proc/self/fd/14), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
    Creating a new instance of ubuntu now fails as well on the same step
    [+] Running 3/4
    ⠿ Network oneal_b2c_dev_private            Created                                                                                                                                                                    0.0s
    ⠿ Network oneal_b2c_dev_public             Created                                                                                                                                                                    0.0s
    ⠿ Container oneal_b2c_dev_cli_ssh_relay_1  Starting                                                                                                                                                                   1.0s
    ⠿ Container oneal_b2c_dev_cli_1            Started                                                                                                                                                                    1.0s
    Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Ubuntu-20.04/e2148961c7550c04da46c87a1d11b6f752a71bf5861053fe4d47b724a7ca4330" to rootfs at "/tmp/ssh-relay/input-ssh-auth.sock": mount /run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Ubuntu-20.04/e2148961c7550c04da46c87a1d11b6f752a71bf5861053fe4d47b724a7ca4330:/tmp/ssh-relay/input-ssh-auth.sock (via /proc/self/fd/14), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
    I can still seem to be able to start spryker via docker/sdk start, and the services get up with the exception of dev_cli_ssh_relay_1.
    b
    • 2
    • 2
  • l

    late-tiger-76201

    05/02/2023, 11:36 AM
    Is there a “spryker” way to generate orders for local environment?
    w
    p
    m
    • 4
    • 8
  • s

    swift-plastic-31133

    05/02/2023, 11:57 AM
    Hi All, i have upgraded my project from 202001 to 202212, when i try to access the backoffice its giving below error saying the url is redirecting too many times(refer screenshot) any suggestion where should i check this one or what i have missed??
    c
    • 2
    • 5
  • p

    polite-lunch-97479

    05/02/2023, 1:07 PM
    I'm looking for a way to sign in an agent into Yves via Azure Active Directory. I found this so far, but this is for Zed only: https://docs.spryker.com/docs/pbc/all/identity-access-management/202212.0/install-and-upgrade/install-microsoft-azure-active-directory.html#se[…]ior Will I need to build it myself for Yves or is there something ootb?
    b
    • 2
    • 2
  • s

    stale-battery-68732

    05/03/2023, 6:24 AM
    Hello everyone I am facing this error on build after installing the gift card feature
    • 1
    • 1
  • n

    numerous-lawyer-23347

    05/03/2023, 6:27 AM
    Hello Team Can someone tell me if Spryker partners get a cloud sandbox account to test and implement their own Demo store? If yes, what does it take to get one?
    b
    • 2
    • 4
  • e

    early-army-90039

    05/03/2023, 9:55 AM
    hi team please let me know how can we achieve helper class functionality where common code can be written
    w
    • 2
    • 4
1...909192...102Latest