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

    fast-activity-30172

    02/28/2023, 4:05 PM
    Hello Everyone, I need to connect the redis database to another tool than redis commander. I am using the below credentials for my localhost system HOST: key_value_store PORT: 6379 but I am not able to connect to the database. Can someone help me here? Below is the error I see from the tool. getaddrinfo EAI_AGAIN key_value_store
    w
    • 2
    • 4
  • f

    flaky-afternoon-98068

    03/01/2023, 9:54 AM
    Hi. Is there any migration guide or instruction on how to move from the old mail to the new symfony mailer way of sending emails?
    p
    • 2
    • 2
  • m

    millions-table-47383

    03/01/2023, 10:41 AM
    Is it typical for Spryker to fetch the company-user-on-behalf instead of company-user when the dataimportcompany-user command is triggered, even though the source specified in the data_entity in full_eu.yml is correct and points to the company_user.csv file?
  • m

    millions-table-47383

    03/01/2023, 10:50 AM
    image.png
  • m

    millions-table-47383

    03/01/2023, 10:51 AM
    image.png
  • r

    rough-agency-88294

    03/02/2023, 8:17 AM
    Hi I'm trying to get the category-nodes with the abstract products with
    <https://glue.mysprykershop.com/abstract-products/001?include=category-nodes>
    style but I'm not seeing anything?
    • 1
    • 3
  • a

    astonishing-pencil-74826

    03/02/2023, 11:02 AM
    Error - Exception: Class "SprykerSdk\Spryk\Console\SprykRunConsole" not found in /data/src/Pyz/Zed/Console/ConsoleDependencyProvider.php (389)
    g
    • 2
    • 2
  • e

    elegant-cartoon-61249

    03/02/2023, 12:11 PM
    #help Hi there, for the past few days I am facing these issues every time i do "docker/sdk up" or "docker/sdk start" how to I properly deploy b2c-demo-shop with demo data
    s
    • 2
    • 2
  • e

    elegant-cartoon-61249

    03/03/2023, 8:20 AM
    #help Hi there, I am trying to create a DTO using the same step I used previously but I am getting an error, I rechecked the steps still not able to figure it out
    a
    w
    • 3
    • 9
  • f

    few-address-803

    03/06/2023, 4:35 AM
    Hi everyone, how we implement quick view please help me #help
  • r

    rough-finland-88303

    03/06/2023, 7:35 AM
    Hi Everyone Has anyone come up with any such prompt while connecting to database, if yes please guide and help on this, is there any ip binding needs to be updated, if yes what exactly it needs to be updated. Thank you
    • 1
    • 1
  • a

    acceptable-sundown-99280

    03/07/2023, 9:36 AM
    If messages are stuck in unacked in RabbitMQ event queue, how can we fix it without loosing those messages?
    a
    • 2
    • 1
  • r

    rough-agency-88294

    03/07/2023, 9:49 AM
    What module is the most convenient to get a list of all concrete skus in a shop?
  • c

    calm-toddler-60539

    03/07/2023, 10:27 AM
    Hello all, I see there is no option to delete products on B2B shop in Spryker's backoffice. Is this normal?
    g
    • 2
    • 2
  • c

    calm-toddler-60539

    03/07/2023, 10:54 AM
    Can someone please tell me where are the PREDEFINED VALUES of super attributes saved in the database?
  • l

    late-tiger-76201

    03/07/2023, 1:14 PM
    Hi everyone. Which way for glue ist the right one? Glue documentation from 2021 -> https://docs.spryker.com/docs/scos/dev/glue-api-guides/202204.0/glue-rest-api.html#glue Or ist the Storefront and Backend glue the right way? -> https://docs.spryker.com/docs/scos/dev/glue-api-guides/202204.0/decoupled-glue-infras[…]w-to-guides/routing/how-to-create-a-storefront-resource.html Thx
    m
    • 2
    • 5
  • a

    able-train-56624

    03/07/2023, 2:07 PM
    Hello fellow Sprykers, I have an issue that might as well be a bug. If a company user is deleted from Yves (by a company user admin), the customer account is then anonymized and then we can create a new account with the same address. In Zed/Backoffice, through business On Behalf, you delete a company user, and then it’s not removed nor anonymized, so we can’t create an account with the same address. Do you think this is expected behaviour? I assume it’s a bug, or I’m missing certain functionality. (This is with the default b2b shop v 202212.0-p1)
    m
    • 2
    • 1
  • n

    nutritious-advantage-64480

    03/08/2023, 12:47 PM
    Hey all, we have had the problem several times now in our team with different people that one or multiple directories within the “Shared” directory have disappeared and could not be restored. So far, we have only been able to solve it by deleting the entire project and setting it up again. Is anyone here aware of the problem and ideally also of an alternative solution?
    m
    l
    • 3
    • 6
  • c

    calm-toddler-60539

    03/08/2023, 2:17 PM
    Hello all, I can not see 'Maintenance\ Middleware Reports' in my Spryker B2C demo shop backoffice eventhough I installed
    composer require spryker-middleware/report
    and added
    new *ReportPostProcessorHookPlugin*(),
    in the configuration plugin file. Any hints?
  • a

    ancient-apartment-59274

    03/08/2023, 3:54 PM
    Hello, i am trying to run jarvis for a 202204 project state … when jarvis finished it says i am update to date. AFAIK 202212 is the latest release … what do i miss? 🤔🤔🤔 Best
  • e

    elegant-cartoon-61249

    03/09/2023, 8:46 AM
    #help Hi there Dear Team, I am writing to report an issue with configuring Xdebug in my b2c-demo-shop. I have followed the steps below: 1. Cloned the b2c-demo-shop using the following URL: git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202212.0 --single-branch ./b2c-demo-shop 2. Navigated to the cloned folder: cd b2c-demo-shop 3. Cloned the SDK repository: git clone https://github.com/spryker/docker-sdk.git --single-branch docker 4. Added my user to the docker group: sudo usermod -aG docker $ashu 5. Bootstrapped local docker setup: docker/sdk bootstrap deploy.dev.yml 6. Opened the host file using the following steps and pasted the code we got in Step 4: - Opened the Start menu. - In the search field, entered Notepad. - Right-clicked Notepad and selected Run as administrator. - In the User Account Control window, selected Yes to confirm the action. - In the upper navigation panel, selected File > Open. - Put the following path into the address line: C:\Windows\System32\drivers\etc. - In the File name line, entered hosts and selected Open. The hosts file opened in the drop-down. - Open the host file and update it with the following data: 127.0.0.1 backend-api.at.spryker.local 127.0.0.1 backend-api.de.spryker.local 127.0.0.1 backend-api.us.spryker.local 127.0.0.1 backend-gateway.at.spryker.local 127.0.0.1 backend-gateway.de.spryker.local 127.0.0.1 backend-gateway.us.spryker.local 127.0.0.1 backoffice.at.spryker.local 127.0.0.1 backoffice.de.spryker.local 127.0.0.1 backoffice.us.spryker.local 127.0.0.1 glue.at.spryker.local 127.0.0.1 glue.de.spryker.local 127.0.0.1 glue.us.spryker.local 127.0.0.1 mail.spryker.local 127.0.0.1 queue.spryker.local 127.0.0.1 redis-commander.spryker.local 127.0.0.1 scheduler.spryker.local 127.0.0.1 spryker.local 127.0.0.1 swagger.spryker.local 127.0.0.1 yves.at.spryker.local 127.0.0.1 yves.de.spryker.local 127.0.0.1 yves.us.spryker.local # Added by Docker Desktop 192.168.1.7 host.docker.internal 192.168.1.7 gateway.docker.internal # To allow the same kube context to work on the host and the container: 127.0.0.1 kubernetes.docker.internal # End of section - Built and started the instance using the following command: docker/sdk up Task 2 Now, I am trying to configure Xdebug using the following steps: 1. Run the following command anywhere in the folder with "sudo": sudo apt-get install php-xdebug 2. Went to the following location: cd docker/context/php/debug/etc/php/debug.conf.d 3. Edited the Xdebug Configuration file using vim command: sudo vim xdebug.ini 4. Pressed the "i" button to insert(write) and pasted the following line in the "xdebug.ini" file: xdebug.remote_enable=on xdebug.remote_handler=dbgp xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.remote_autostart=on 5. Pressed "Esc" then ":wq!" Enter 6. Verified that Xdebug is installed and configured by running the following command: php -v 7. the last command i used docker/sdk up and it gives error : <3>WSL (10561) ERROR: UtilAcceptVsock248 accept4 failed 110 failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to authorize: rpc error: code = Unknown desc = error getting credentials - err: exit status 1, out: `` Kindly assist me with resolving this issue. Thank you in advance for your help.
    b
    c
    +2
    • 5
    • 11
  • r

    rough-agency-88294

    03/09/2023, 11:10 AM
    how can I find a product by it's concrete sku in the backoffice?
    e
    • 2
    • 2
  • c

    calm-baker-44333

    03/09/2023, 11:45 AM
    #help can anyone have a link to setup/install spryker in DevVM (Oracle VM or Vagrant) ?
  • r

    rough-finland-88303

    03/13/2023, 6:50 AM
    Hi everyone Could any please guide and help on the error resolution like Thank you
    • 1
    • 1
  • b

    blue-london-48107

    03/13/2023, 8:42 AM
    Hii everyone I want to know how to login with spryker rabbitMQ Portal using http://queue.spryker.local/ , i am new to spryker and don't know what credential i have to use for login and don't know how to use that in code for generating message and receive can anyone please suggest me that how can i login into it and use this .
    a
    w
    • 3
    • 2
  • m

    mysterious-ambulance-11183

    03/13/2023, 1:29 PM
    Hey guys, I just updated sprkyer/sales from
    11.34.1
    to
    11.34.3
    , now I get the problem, that running
    docker/sdk console transfer:databuilder:generate
    fails with:
    Copy code
    Exception - Exception: Value mismatch for "Item.sku" transfer property. Value1: "isbn10"; Value2: "isbn10()". To fix this, search for 'property name="sku"' in the code base and fix the wrong one.
    In
    11.34.2
    there was a change to add () to prevent deprecation messages: https://github.com/spryker/sales/commit/baf1a79b2fff1394d196eb5b874a0dacee06d6af That was part of that release group: https://api.release.spryker.com/release-group/4535 What am I missing here, that that command is failing?
    f
    e
    • 3
    • 4
  • r

    rough-finland-88303

    03/13/2023, 3:26 PM
    Hey Spryker guys Regarding Spryker Upgrade, Following Jarvis generated Milestones, Could any please confirm on the PHP versions to be used Milestone 1 should be with PHP 7.4.15 ( referring https://docs.spryker.com/docs/scos/dev/setup/managing-scos-dependencies-with-composer.html#core-updates ) or PHP 8 is also feasible and what about Milestone 2 onwards, please confirm Milestone 1 | version 202009.0 Milestone 2 | version 202108.0 Milestone 3 | version 202204.0 Milestone 4 | version 202211.0 Milestone 5 | version 202212.0 Thank you
  • h

    handsome-alligator-65997

    03/14/2023, 4:20 AM
    Hey guys, can you answer that how to decode Zed Route or where routing defined in Zed in Spryker
    w
    • 2
    • 1
  • r

    rough-finland-88303

    03/14/2023, 7:43 AM
    Hey Spryker Guys, Regarding Spryker Upgrade, While as a part of upgrade process, feature spryker core backoffice is not found specified or mentioned to be upgrade in Spryker documentation however backoffice upgrade page shows spryker-feature/spryker-core only to be upgrade, but not spryker-feature/spryker-core-back-office, please confirm we need to upgrade both spryker-core and spryker-core-back-office as a part of Milestone 1 (version 202009.0) Thank you
  • r

    rough-finland-88303

    03/14/2023, 7:55 AM
    Hey Spryker Guys, Regarding Spryker Upgrade, Completing feature Upgrade for Milestone1 (Version 202009.0), Zed and Yves layers are showing Yves & Zed exceptions Please guide and clarify, displaying such exceptions are expected behavior and we have to resolve such exceptions to get Yves & Zed layers pages. Thank You. PFA screenshots for Zed and Yves, displaying just after upgrade with version 202009.0
    w
    • 2
    • 4
1...828384...102Latest