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

    millions-river-67963

    01/27/2023, 4:44 AM
    Hello everyone, I am making an Yves application and I want it to make a Glue module API call. For instance, I have an Yves module called Balance, and a Glue module called BalanceRestApi. I can call from Glue using Postman just fine with http://glue.us.spryker.local/balances. How can I call Glue in the Yves layer?
    b
    • 2
    • 3
  • h

    high-park-29380

    01/27/2023, 10:36 AM
    Hi everyone, i run following command for data import console data:import --config=data/import/common/catalog_setup_import_config_US.yml I make change in category.csv file and put one record in it but it is not showing one record import. it takes previous record entry with success message. How I can import modified recorded in it?
  • n

    narrow-holiday-67394

    01/27/2023, 12:43 PM
    Hello everyone. We are currently conducting a project deployment. AWS has identified the following vulnerabilities in the spryker image: cve-2022-32207 cve-2022-27404 cve-2022-29187. These vulnerabilities can be fixed by updating some packages, such as curl and git, however, even in the newest image of the spryker officially available at the moment, these packages still remain outdated. How, in this case, can these vulnerabilities be corrected?
    👍 2
  • c

    calm-toddler-60539

    01/27/2023, 1:10 PM
    Hello all, when I run the code sniffer, I get this error (see screenshot). Can someone please advice?
    f
    • 2
    • 3
  • h

    hundreds-nail-9891

    01/29/2023, 6:28 PM
    HI all, In elastic search i want to restrict it for stocked product only. And if product stock is being 0 it should be removed from Elasticsearch immediately. How we can achieve this.Please anyone help me on this. Where Elasticsearch update method is written?
    e
    • 2
    • 1
  • t

    tall-spring-12746

    01/30/2023, 4:43 AM
    I was curious how will the merchant get its payments in the marketplace .Is it a real time split or set up an escrow ??
    m
    • 2
    • 1
  • f

    few-psychiatrist-24774

    01/30/2023, 9:46 AM
    Hey spryker team, we have to implement
    spryker-eco/akeneo-pim
    to the current b2b-demo-shop. Unfortunately
    spryker-eco/akeneo-pim
    requires
    php-http/guzzle6-adapter
    which is not compatible with many other modules of the demo-shop, since the other modules requires
    php-http/guzzle7-adapter
    . Are there plans to make
    spryker-eco/akeneo-pim
    compatible with
    php-http/guzzle7-adapter
    in the near future? There is also a pull request: https://github.com/spryker-eco/akeneo-pim/pull/21 Thanks
    👍 1
  • w

    wonderful-baker-94910

    01/30/2023, 12:01 PM
    #help Hi everyone, i am facing this issue while updating spryker-feature/shipment but its giving me this error, can anyone please tell me what is the problem here! :
    w
    • 2
    • 1
  • b

    bland-yacht-60252

    01/30/2023, 2:53 PM
    Hello, I am trying to build the mp site, but I am getting back this error. Do you know what might be?
    r
    s
    • 3
    • 7
  • n

    nutritious-advantage-64480

    01/31/2023, 8:11 AM
    Hello everyone, we’re still struggling with my question from before (https://sprykercommunity.slack.com/archives/CKJRJM5FG/p1674727347827159). We are registering multiple Plugins in the SecurityDependencyProvider, but apparently instead of stacking, they are overriding at least part each others configuration. To be precise, the OAuthSecurityPlugin overrides the UserProvider of the CustomerPageSecurityPlugin. At least this seems to be the current problem. So even if I login via the local form, the authorization will fail since it still tries to load the user from OAuth. Has anyone had similar issues and knows a way to get this working? I am afraid that this is a hard requirement for us.
    🙌 1
    w
    • 2
    • 4
  • w

    wonderful-baker-94910

    01/31/2023, 11:20 AM
    #help Hi everyone ! , i am following the course : spryker bootcamp > Content and search. Challenge 1 , https://academy.spryker.com/learn/course/89/play/507/content-and-search-challenge-1 by following that i created the PersonalizedProduct's Client directory in
    src/Pyz/Client/
    and add the Client class and interface. and copy pasted the code but it is showing me this error i searched about it so i got to know that that function works only on php <8 versions , do i have to downgrade the php version or is there any other way to do this ,
  • m

    mysterious-ambulance-11183

    01/31/2023, 11:39 AM
    Hey guys, I got a problem after an update to 202212 I cannot build zed frontend anymore:
    docker/sdk cli console frontend:zed:build
    Results in
    Copy code
    ERROR in ./vendor/spryker/gui/assets/Zed/sass/main.scss
    Module build failed (from ./node_modules/@spryker/oryx-for-zed/node_modules/mini-css-extract-plugin/dist/loader.js):
    ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
    SassError: Can't find stylesheet to import.
       ╷
    11 │ @import '~bootstrap-sass/assets/stylesheets/bootstrap';
       │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       ╵
    The issue seems to be that the node_modules inside the vendor folder are not build during npm install. Before update they were located at (excerpt from oryx log):
    Copy code
    [
      '/data/vendor/spryker/chart/assets/Zed/node_modules',
      '/data/vendor/spryker/discount/assets/Zed/node_modules',
      '/data/vendor/spryker/gui/assets/Zed/node_modules',
      '/data/vendor/spryker/product-relation-gui/assets/Zed/node_modules',
      '/data/vendor/spryker/state-machine/assets/Zed/node_modules'
    ]
    
    find
    initia: 
    ● resolving core modules deps...
    ✔ 5 found
    Package.json only has some new dependencies... Anyone any idea how to solve that problem?
    ✅ 1
    m
    • 2
    • 3
  • a

    adventurous-piano-41045

    02/01/2023, 6:18 AM
    Hello Team, #help Hope you are doing well. I want to install Spryker on Ubuntu. I tried below steps to install Spryker on Ubuntu: To install Docker prerequisites, I followed below documentation: https://docs.spryker.com/docs/scos/dev/setup/installing-spryker-with-docker/docker-installation-prerequisites/installing-docker-prerequisites-on-linux.html#system-requirements-for-installing-spryker-with-docker I followed below documentation to install Spryker on Linux(Ubuntu): https://docs.spryker.com/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-macos-and-linux.html#install-docker-prerequisites-on-macos-and-linux After running “docker/sdk bootstrap deploy.dev.yml” command getting error. docs.spryker.com Installing Docker prerequisites on Linux | Spryker Documentation Learn about the steps you need to take before you can start working with Spryker in Docker on Linux. docs.spryker.com Installing in Development mode on MacOS and Linux | Spryker Documentation Learn how to install Spryker in Development mode on MacOS and Linux. Please find the attached screenshots. Can you please help me to get resolve this.
  • a

    abundant-london-71916

    02/01/2023, 7:47 AM
    Hello All, #help I am using "http://glue.us.spryker.local/stores" endpoint which gives me only current store detail however I want all the store details. Would you please help me how to fetch all store details.
  • m

    most-plumber-5947

    02/01/2023, 8:42 AM
    Hello Team, #help Team I'm trying to create an API to get the kidBirthday details from the DB which are already there in the database I'm getting this error Code which I have written in customer.php is
    Copy code
    /**
         * @param \Generated\Shared\Transfer\CustomerTransfer $CustomerTransfer
         *
         * @return \Generated\Shared\Transfer\KidsBirthdayTransfer
         */
        public function getKidBirthday($CustomerTransfer)
        {
    
            $KidsBirthdayEntity = $this->queryContainer->queryCustomerKidbithday($CustomerTransfer)->find();
            return $KidsBirthdayEntity;
    
        }
    I tried of creating a new transfer object and send it back but the data is not getting mapped properly
    Copy code
    /**
         * @param \Generated\Shared\Transfer\CustomerTransfer $CustomerTransfer
         *
         * @return \Generated\Shared\Transfer\KidsBirthdayTransfer
         */
        public function getKidBirthday($CustomerTransfer)
        {
    
            $KidsBirthdayEntity = $this->queryContainer->queryCustomerKidbithday($CustomerTransfer)->find();
            
            $KidsBirthdayTransfer = new KidsBirthdayTransfer();
    
            return $KidsBirthdayTransfer->fromArray($KidsBirthdayEntity->toArray(), true);
        }
    Can you please check and let me know what I'm doing wrong Thanks
  • c

    calm-toddler-60539

    02/01/2023, 9:27 AM
    Hello all, I would like to add add a custom payment provider information in the PAYMENTS section when editing/viewing the order in backoffice. I found the template to add a new column
    Spryker\Zed\SalesPaymentGui\Presentation\Sales\list.twig
    but it seems like the
    Spryker\Zed\SalesPaymentGui\Communication\Controller\SalesConroller.php:listAction()
    does not have access to the complete Payment data that I can forward to the template. Any suggestions and tips will be helpful. Do we also have a tutorial in documentation that explains the modification of backoffice order view UI?
    w
    • 2
    • 2
  • c

    calm-toddler-60539

    02/01/2023, 1:08 PM
    Hello guys, what kind of approach do you recommend for integrating APIs in Spryker modules. Is there a guideline somewhere? Or an existing repository/module that can be used as a reference?
    e
    • 2
    • 2
  • h

    high-park-29380

    02/02/2023, 6:53 AM
    Hi all, When I am trying to run "docker/sdk cli" is working on docker.production environment. how to change it to development environment. Please find Screen short below:-
    w
    • 2
    • 2
  • f

    few-tomato-6859

    02/02/2023, 9:34 AM
    Restricting access to routes I'm trying to restrict access to a route where I can't use the
    x-frontend-auth
    config from the deploy files since they are only for whole endpoints. How do I best do this? One thing I dabbled in was this, but it seems very damn hacky.
    $route = $this->buildRoute(...);
    $route->setCondition('request.headers.get("Authorization") === "Basic Y2xvdWQ6Y2xvdWQ="'); // cloud:cloud
    IP Allowlists are another way but I can't seem to find documentation on address pools in the documentation of the tool that I'm trying to connect here. (Emarsys)
  • h

    hallowed-dentist-19902

    02/02/2023, 10:26 AM
    Is there a way to test or try Zed gateway urls?
  • r

    rough-finland-88303

    02/02/2023, 4:02 PM
    Hello friends I have recenlty updated spryker core version from 202001 to 202009, and followed the steps referred as per the spryker documentation pages. Spryker core version is showing updated, and able to bootstrap and up the environment successfully. But while navigating through Yves & Zed layers, shows few errors such as listed herein.... Can any please guide and help to get these error resolutions. Thank You ZED Exception Error - Cannot use object of type Spryker\Shared\Kernel\Communication\Application as array in /data/vendor/spryker/application/src/Spryker/Zed/Application/Communication/ZedBootstrap.php (229) YVES Exception Exception - Could not find config key "CUSTOMER_PAGE:CUSTOMER_REMEMBER_ME_SECRET" in "Spryker\Shared\Config\Config" in /data/vendor/spryker/config/src/Spryker/Shared/Config/Config.php (66)
  • g

    gifted-processor-93179

    02/03/2023, 5:24 AM
    #help Hello, I encountered a strange issue with RabbitMQ: the error channel was not found, resulting in an exception. Where can I debug and resolve the issue?
    Operation basic.publish caused a channel exception not_found: no exchange 'sync.storage.shopping_list' in vhost 'nz_b2b_queue
  • w

    wonderful-baker-94910

    02/03/2023, 9:57 AM
    #help Hi, can someone please tell me why i am unable to use these methods from other file to this file even after adding the path?
    r
    w
    • 3
    • 6
  • r

    rough-finland-88303

    02/03/2023, 2:49 PM
    Hi Can any please guide and help on to get these exception resolve YVES Exception Exception - Could not find config key "CUSTOMER_PAGE:CUSTOMER_REMEMBER_ME_SECRET" in "Spryker\Shared\Config\Config" in /data/vendor/spryker/config/src/Spryker/Shared/Config/Config.php (66) Thank you
    w
    • 2
    • 1
  • r

    rough-agency-88294

    02/06/2023, 9:03 AM
    In our environment the
    vendor/bin/console message-broker:consume '--time-limit=15'
    job has always failed, it seems to fail on missing config. Is this something I should fix?
  • w

    wonderful-baker-94910

    02/06/2023, 11:46 AM
    #help The method i want to use is in client and this file is in Yves, i also tried with using @method annotation but it didnt work!!
    q
    • 2
    • 2
  • f

    freezing-guitar-75665

    02/06/2023, 12:04 PM
    #help, Which OS platform is most recommended for Spryker installation? I am new to spryker development.
    e
    • 2
    • 5
  • l

    little-secretary-81579

    02/06/2023, 10:52 PM
    Hey, looking for the B2C Marketplace demo shop. I located it here: https://www.de.b2c-marketplace.demo-spryker.com/en Backoffice: https://backoffice.de.b2c-marketplace.demo-spryker.com/ But cannot get to the merchant portal. https://mp.de.b2c-marketplace.demo-spryker.com/ Gets me a fail whale 😞 Does anybody have an advice?
    m
    • 2
    • 2
  • c

    calm-book-45174

    02/07/2023, 6:02 AM
    When I try to run
    docker/sdk up
    , I am getting the following error. Can some one tell me what should be done?
    Propel\Generator\Exception\EngineException - Exception: Duplicate table found: pyz_antelope.
  • n

    nutritious-advantage-64480

    02/07/2023, 10:13 AM
    Hi everyone, anyone knows what this means? “Error response from daemon: pull access denied for spryker_b2b_dev_run_cli, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied” Never had that before, but now I can’t start anything anymore 😕
    a
    • 2
    • 2
1...798081...102Latest