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

    nice-advantage-28398

    08/08/2022, 7:56 AM
    Hi, I have setup b2c-demo-shop production on local through docker. I created a Zed module HelloSpryker and communication layer but when I try to hit the URL http://backoffice.de.spryker.local/hello-spryker then it gives error
    Copy code
    Pyz | Zed | Docker.production
    
    ERROR 404
    No route found for "GET <http://backoffice.de.spryker.local/hello-spryker>"
    May you please guide that which things need to update to fix it.
  • n

    nice-advantage-28398

    08/08/2022, 7:59 AM
    I also updated the host with this but most of the URLs are not working.
    Copy code
    127.0.0.1   backend-api.at.spryker.local backend-api.de.spryker.local backend-api.us.spryker.local backend-gateway.at.spryker.local backend-gateway.de.spryker.local backend-gateway.us.spryker.local backoffice.at.spryker.local backoffice.de.spryker.local backoffice.us.spryker.local glue.at.spryker.local glue.de.spryker.local glue.us.spryker.local mail.spryker.local queue.spryker.local scheduler.spryker.local spryker.local swagger.spryker.local yves.at.spryker.local yves.de.spryker.local yves.us.spryker.local
  • f

    fresh-breakfast-34782

    08/08/2022, 8:01 AM
    It's on windows? Try to add every entry in separate line
  • n

    nice-advantage-28398

    08/08/2022, 8:02 AM
    Yes
  • n

    nice-advantage-28398

    08/08/2022, 8:02 AM
    ok
  • f

    fresh-breakfast-34782

    08/08/2022, 8:02 AM
    127.0.0.1 yves.at.spryker.local 127.0.0.1 yves.de.spryker.local 127.0.0.1 yves.us.spryker.local
  • f

    fresh-breakfast-34782

    08/08/2022, 8:02 AM
    and so on
  • n

    nice-advantage-28398

    08/08/2022, 8:03 AM
    ok
    f
    • 2
    • 21
  • a

    acoustic-motherboard-16553

    08/08/2022, 8:23 AM
    Hi there, in earlier versions of the category stuff, there was in zed some visualization of the category tree. in the latest version, the category tree in zed is missing. Is this correct or am I missing some config or package?
  • a

    able-train-56624

    08/08/2022, 11:30 AM
    Hi, is anyone having problems with Yves’ language url generation for the homepage? I can’t get it to store in Redis the base /lang url prefix for other languages than the default (German in my case), and no other
    locale_urls
    are listed inside the redis kvurl/de key. kvurl/de value:
    {"id_url":1,"fk_locale":45,"fk_resource_categorynode":1,"url":"\/de","locale_name":"de_CH","locale_urls":[{"id_url":1,"fk_locale":45,"fk_resource_categorynode":1,"url":"\/de","locale_name":"de_CH"}],"_timestamp":1659615499.6826501}
  • c

    curved-energy-69691

    08/08/2022, 1:32 PM
    Hi there, has anyone of you already implemented the ticketing API of Zendesk (https://developer.zendesk.com/api-reference/ticketing/introduction/) to send and retrieve data between Spryker and Zendesk? Is there a pre-built plugin or module available for Spryker? Thanks in advance for any hint!
  • f

    fresh-family-51844

    08/09/2022, 3:56 AM
    Hi I would like to have a cache file like url_generating_routes.php in folder codebucket. Is there any document that can help me doing that?
  • s

    sparse-butcher-50761

    08/09/2022, 6:34 AM
    Hello, after a placement order the stock quantity is not reduced. Is there any logic when the quantity is reducing? Is there any OMS step, that doing exactly this...? I am not meaning the "reserve" state
    a
    • 2
    • 1
  • g

    glamorous-belgium-69956

    08/10/2022, 6:43 AM
    Hey, I'm not able to send any PATCH request using POSTMAN. I'm trying to follow the versioning doc and trying to send
    PATCH
    request to the
    /customer-restore-password
    endpoint and getting the error "Resource id is not specified", I took my data from Zed and here is my data { "data": { "type": "customer-restore-password", "attributes": { "id":"1", "email":"spencor.hopkin@spryker.com" } } The doc that I'm following is https://docs.spryker.com/docs/scos/dev/tutorials-and-howtos/introduction-tutorials/glue-api/versioning-rest-api-resources.html#implement[…]rfacecode
    p
    • 2
    • 1
  • b

    best-furniture-89489

    08/10/2022, 2:12 PM
    Does anybody injected an service in the callback custom validator?
  • h

    hundreds-nail-9891

    08/11/2022, 6:45 AM
    I have extended class AddressForm for validation but it is not getting used. Still using the vendor class, I have run cmd
    docker/sdk build
    But not helpful can anyone help me how can extend this class and used.
    g
    • 2
    • 3
  • f

    fresh-breakfast-34782

    08/11/2022, 8:28 AM
    Did anyone manage to complete bonus task from architecture walkthrough? https://academy.spryker.com/learn/course/89/play/495/architecture-walkthrough I think in instruction there is something missing- what code should be in HelloSpryker Facade. I get error
    "Call to undefined method Pyz\Zed\HelloSpryker\Business\HelloSprykerBusinessFactory::createStringReverser()"
    but it shouldn't use HelloSpryker factory but StringReverser factory
    m
    • 2
    • 2
  • s

    some-table-59443

    08/11/2022, 11:27 AM
    Hi guys, I have a fresh b2b installation. But unfortunately I get the following error at checkout (at shipping address).
    i
    • 2
    • 1
  • r

    rich-solstice-79518

    08/11/2022, 1:26 PM
    hi any one can guide me on Catalog > Availability as i am doing data import but few of products are set with availability : Not Available [6:52 PM] only those product which has IS NEVER OUT OF STOCK are set with Available as value [6:52 PM] Any hints i can debug my importing please [6:55 PM] even QTY is > o mentioned in import file
  • g

    green-engine-89301

    08/11/2022, 3:05 PM
    I am working on create ProductCountry module in B2C in spryker, I am bigger on this platform and I want to add a field with product. (for example, Made in "China") and display it on the product details page rather than just adding it as an attribute. I have created the ProductCountry module located in src/Zed. And also created the ProductCountry table under the persistence layer and migrate with database. But I am little bit confused about how to Implement query by product ID and query by country ID under the persistence layer. Thanks!!
  • f

    fast-waitress-41476

    08/12/2022, 8:37 AM
    Hi everyone! I try to use the "quick add" in B2B cartpage. It creates a new itemTransfer which is set up with SKU from searchsuggestion. With that, of course it does not have all information like concrete/abstract ID, etc. I was trying to use SpyProductQuery on that but it throws propel connection error. How can i initiate a working query? I did not find any working example 😞 Thanks for your help!
    • 1
    • 1
  • f

    fresh-breakfast-34782

    08/12/2022, 10:34 AM
    What can be the reason of that error in my screnshot when adding product to the cart? DE and AT shop is working fine. I followed bootcamp tutorial with adding additional column to database, but it was added to eu_docker, not us_docker. I tried this command:
    Copy code
    ptr0@plprakowska02:~/spryker/b2c-demo-shop$ APPLICATION_STORE=US docker/sdk console propel:install
    Warning: Neither SSH agent or COMPOSER_AUTH is configured. Private repositories would not be accessible.
    -->  DEVELOPMENT MODE
    Store: US | Environment: docker.dev
    Creating Database
    This command doesn't support chosen DB engine
    Clean schema directory
    Copy and merge schema files
    Build Propel2 classes
    Generate diff for Propel2
    Propel\Generator\Exception\RuntimeException - Exception: Uncommitted migrations have been found ; you should either execute or delete them before rerunning the 'diff' task.
    1659691484
    1659695023
    1660122744
    in /data/vendor/propel/propel/src/Propel/Generator/Command/MigrationDiffCommand.php (103)
    
    Command: /data/vendor/bin/console propel:install
  • f

    fresh-breakfast-34782

    08/12/2022, 10:40 AM
    ok nevermind, I just found it. It started working after commands:
    Copy code
    APPLICATION_STORE=US docker/sdk console propel:migration:delete
    APPLICATION_STORE=US docker/sdk console propel:install
    👍 3
  • h

    hundreds-nail-9891

    08/12/2022, 11:31 AM
    Hi @All can you anyone help to me, I want to add validation on select box where valid option is 'countries.iso.NZ' if anyone select another country it should throw error message "Only NZ allowed" @echoing-fountain-69064 @proud-army-92437 @little-umbrella-40933 @ancient-gigabyte-86475 @acoustic-megabyte-50106 @gentle-vegetable-74963
    f
    • 2
    • 2
  • d

    damp-area-26048

    08/15/2022, 8:39 AM
    Hey guys! Has anyone had the issue of being able to add an items to a guest cart, but not able to GET the guest cart? the GET request seems to through a 500 internally as its sending a post request to backoffice as part of retrieving the cart? Error log attached
  • b

    bulky-helicopter-87316

    08/15/2022, 1:16 PM
    Hello! I have a question about DataImporters: After changing stuff in the csv files (images, localized attributes, etc.), these changes are not reflected in Yves in our current project. So far I resorted to fire publish events manually (i. e. with
    DataImporterPublisher::addEvent
    ). Is this the correct default behavior or am I missing some configuration?
    k
    f
    • 3
    • 9
  • c

    clean-painter-47981

    08/16/2022, 12:38 PM
    Hello everyone, most of the classes in spryker/glue-application are deprecated. I need some classes from the module like RestResourceBuilder. Which classes will replace the Rest classes?
    a
    p
    +2
    • 5
    • 14
  • a

    average-egg-78908

    08/17/2022, 4:21 AM
    Hello I want to add some additional filter in zed table ui. Can you please help me how can I do that? Any help would be appreciated. Thank You
  • h

    handsome-kitchen-13210

    08/17/2022, 10:04 AM
    Hello! I have a question regarding the spryker/state-machine package. In version 2.15.1 the package-lock.json in assets/Zed got removed. Please note that version 2.15.0 still has it. This change causes the vendor/bin/console frontendzedinstall-dependencies command to fail with an exception when installing the dependencies in "/data/vendor/spryker/state-machine/assets/Zed" (cipm can only install packages with an existing package-lock.json or npm-shrinkwrap.json with lockfileVersion >= 1. Run an install with npm@5 or later to generate it, then try again). Therefore, there is a PATCH update from version 2.15.0 to 2.15.1 that has a breaking change which caused our pipeline and subsequently deploy to start failing after this small update. I see this as a problem and a violation of Semantic Versioning. How can it be fixed? Is there a better place to report this issue? Thanks! https://github.com/spryker/state-machine/commit/89daede7e09d26a7aa7eb83ad683dbb04a6e71b7
    a
    d
    +2
    • 5
    • 11
  • n

    nice-advantage-28398

    08/17/2022, 1:04 PM
    Hi, I am facing below SSL issue at windows 10 by running docker in ubuntu. Any guideline to fix it.
    Copy code
    """
    Failed to complete request with server authority <http://backend-gateway.us.spryker.local>.\n
    Configured with (SSL Disabled) backend-gateway.us.spryker.local: in /data/config/Shared/config_default.php. Error: Stacktrace:\n
    \n
    <div style="font-family: Helvetica, Arial, sans-serif; font-size: 14px"><h1>ZED Exception</h1><div style="background: #dadada; padding: 5px"><font style="12"><b ▶
    #1 /data/vendor/symfony/event-dispatcher/EventDispatcher.php(59): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.request', Obje ▶
    #2 /data/vendor/symfony/http-kernel/HttpKernel.php(132): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\R ▶
    #3 /data/vendor/symfony/http-kernel/HttpKernel.php(78): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)\ ▶
    #4 /data/vendor/spryker/application/src/Spryker/Shared/Application/Application.php(132): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Componen ▶
    #5 /data/vendor/spryker/application/src/Spryker/Shared/Application/Application.php(110): Spryker\Shared\Application\Application->handle(Object(Symfony\Component ▶
    #6 /data/public/BackendGateway/index.php(20): Spryker\Shared\Application\Application->run()\n
    #7 {main}</pre></div>
    """
    a
    • 2
    • 5
1...626364...102Latest