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

    early-rocket-64335

    09/02/2021, 11:45 PM
    Hello guys, we have one problem, we made the charge of products of the client in spryker with the csv files, we can see it in zed but we consume the Glue API endpoint of catalog-search but this is not showing those abstract-products, we reviewed the value of searchable in the catalog and is active, so my first question is : which files or configuration is needed to make the correct charge of products, and second someone has had this problem before?
    f
    • 2
    • 1
  • a

    ancient-apartment-59274

    09/03/2021, 8:54 AM
    Hello, improving the import speed we want to temporary deactivate the events using the EventBehaviourConfig:disable() like done on demo data import from spryker and call it after the import once … however, it seems there are events on event/publish queue anyway despite the eventbehaviour is deactivated. Having a closer look it seems that there are implicit calls of the (legacy?) touch facade like for the avalability module when updating the availibility via facade. Is there a way to also deactivate the touch facade to not produce events? Best
    p
    • 2
    • 3
  • a

    average-continent-3379

    09/06/2021, 1:08 PM
    Hi, does someone know why the OMS doesn't execute transitions with
    onEnter="true"
    events automatically? I have this event:
    Copy code
    <event name="auto cancel" onEnter="true" command="CrefoPay/Cancel" />
    and such a transition:
    Copy code
    <transition>
        <source>cancel call successful</source>
        <target>cancellation pending</target>
        <event>auto cancel</event>
    </transition>
    I can trigger the transition manually from Zed; then it works and does what it should. But the
    oms:check-condition
    never touches it. Why is this? What can be done about this?
    q
    p
    • 3
    • 11
  • s

    stocky-insurance-30459

    09/07/2021, 4:12 AM
    Can someone help me this issue.
    n
    l
    a
    • 4
    • 4
  • e

    early-art-81990

    09/07/2021, 7:58 AM
    hi. I have a question regarding rabbitmq. I do have a couple of messages in the
    sync.storage.url
    queue, where message 2 is about deleting a certain key and message 10 is about writing it again. all other messages are related to other keys. When I run
    queue:worker:start
    I end up having an empty key in redis which really confuses me. we dont have priority queues or anything and default ordering is fifo. So I actually expect to have a valid key in redis afterwards. is there any log I could double check the order how the messages are being processed? is there any good place to debug? I published the 2 messages one by one with rabbit and could at least make sure that the payload is valid and key is written successful doing it that way.
    r
    s
    • 3
    • 14
  • h

    happy-addition-42792

    09/07/2021, 11:21 AM
    @high-pencil-62400 FYI: I keep getting multiple mutagen sessions for a project (using 0.12.0-beta6 now..previously on 0.12.0-beta3 and also on previous versions)
    h
    • 2
    • 2
  • m

    microscopic-spoon-7123

    09/07/2021, 12:11 PM
    Hi @all! I'm trying to create a new Glue API endpoint and i want to restrict access to it only for admin or for some group of users. When i set $isProtected = true in ResourceRoutePlugin, all registered users have access to the endpoint.
    $resourceRouteCollection->addPatch('patch', OrdersRestApiConfig::RESOURCE_ORDERS_IS_PROTECTED);
    How can i configure access to endpoints by the right way?
  • c

    colossal-camera-16144

    09/07/2021, 9:27 PM
    Hello everyone, Does somebody know why are the Spryker design different between B2B Demo Shop and Spryker Suit (B2B, B2B)? i want to use b2b Demo Shop desing in Spryker suit. B2B Demo Shop desing https://www.de.b2b.demo-spryker.com/ images from B2B Demo Shop and Spryker suit)
    a
    • 2
    • 1
  • m

    mammoth-autumn-37948

    09/08/2021, 7:12 AM
    Good Morning everyone, i have a strange error from Architecture check that run as git pre-commit hook.. Here the error:
    Copy code
    [Command "Architecture check" (file: ./src/Pyz/Zed/Cart/CartDependencyProvider.php) fails] PHP Fatal error:  Uncaught TypeError: Argument 2 passed to ArchitectureSniffer\Common\Bridge\BridgeMethodsRule::findNotMatchingMethodsForBridgeInterface() must be an instance of ReflectionClass, null given, called in /Users/gpiemontese/Projects/projekt.local/project/vendor/spryker/architecture-sniffer/src/Common/Bridge/BridgeMethodsRule.php on line 98 and defined in /Users/gpiemontese/Projects/projekt.local/project/vendor/spryker/architecture-sniffer/src/Common/Bridge/BridgeMethodsRule.php:177
    Stack trace:
    #0 /Users/gpiemontese/Projects/projekt.local/project/vendor/spryker/architecture-sniffer/src/Common/Bridge/BridgeMethodsRule.php(98): ArchitectureSniffer\Common\Bridge\BridgeMethodsRule->findNotMatchingMethodsForBridgeInterface(Object(PHPMD\Node\InterfaceNode), NULL)
    #1 /Users/gpiemontese/Projects/projekt.local/project/vendor/spryker/architecture-sniffer/src/Common/Bridge/BridgeMethodsRule.php(61): ArchitectureSniffer\Common\Bridge\BridgeMethodsRule->verifyInterface in /Users/gpiemontese/Projects/projekt.local/project/vendor/spryker/architecture-sniffer/src/Common/Bridge/BridgeMethodsRule.php on line 177
    I don't understand where is the problem... Has anyone any idea how to fix it? Thank u all in advance!
    solved 1
    e
    • 2
    • 18
  • g

    gifted-angle-76552

    09/08/2021, 10:05 AM
    Hello my friends đź‘‹ is there a way to install Spryker without Docker? All i'm finding within the docs is based on Docker images. For my local env i'm using valet.
    a
    q
    p
    • 4
    • 15
  • c

    clean-potato-68835

    09/08/2021, 1:29 PM
    Hello, It would be nice if someone can help me here. I am running spryker project with wsl2,docker,phpstrom. With help of @hundreds-flower-81270 I resolved problem with xdebug before and everything was working fine. But now when I start listening for php debug connection. It is showing me this message 'Can't start listening for connections from xdebug' - Port 9003 is busy. I tried changing in 69-xdebug.ini xdebug.client_port to 9005 from 9003. But then the debugger does not work. Can someone please help me to solve this problem?
  • a

    average-continent-3379

    09/08/2021, 2:28 PM
    Hi all - is there a way to force synchronization of image data for a specific product from the DB to Redis, regardless of what has already been exported for it? I tried
    console event:trigger -r product_abstract_image -i [id]
    already but unfortunately that didn't help. There is already some data for it in Redis but not all of what is in the DB and so far I couldn't get it to synch everything.
    e
    • 2
    • 7
  • l

    lemon-magazine-17731

    09/09/2021, 2:58 PM
    Hello All, I have configured Xdebug but I don’t whether it is configured correctly, how to confirm that ?
    p
    a
    +2
    • 5
    • 8
  • s

    stocky-insurance-30459

    09/10/2021, 2:11 AM
    Copy code
    Docker Compose version v2.0.0-rc.2 is not supported. Please update Docker Compose to at least 1.22.0.
    This is error message when we install Spryker in window operation. Is Spryker dose'nt support
    Composor v2
    yet ?.
    a
    f
    • 3
    • 3
  • n

    nutritious-angle-64267

    09/14/2021, 7:28 AM
    Hi All, facing an issue in database connection any thoughts on this?
  • c

    colossal-alligator-85110

    09/14/2021, 8:49 AM
    Hi All, I have installed spryker in docker but i am not able to find vendor folder inside b2b-demo-shop , I used this command also but till i am not getting.
    docker/sdk up --build --assets
    Anyone know , what i am missing ...
    a
    r
    • 3
    • 2
  • a

    average-continent-3379

    09/14/2021, 11:17 AM
    Hi All, does someone know how can I get the `ProductConcreteImageStorageWriter`/`ProductAbstractImageStorageWriter` to run so I can step it through with the debugger? The debugger is working, breakpoints are set, I know how to launch console commands so that the debugger is activated, I just don't know exactly what do I need to start so that these two specific classes are caught too. I tried the image import as well as triggering the
    product_abstract_image
    event, but neither worked.
    e
    h
    • 3
    • 11
  • h

    happy-addition-42792

    09/14/2021, 1:32 PM
    I added 4 price types but in Redis only one shows up in Redis..any ideas where I can look into to figure out why it ignores the others? Currently trying to get the debugger to run through
    Spryker\Zed\PriceProductStorage\Business\Storage\PriceProductConcreteStorageWriter
    .
    l
    • 2
    • 17
  • r

    rough-scientist-68683

    09/16/2021, 7:09 AM
    Hello everyone, I want to add a new cart rule for the vouchers: Cart Type is equal to / not equal to 'Guest cart' or 'Cart'. It was quite easy to implement except for one thing I can't figure out yet. How do I change the provided operators in the ZED form? I return
    ComparatorOperators::TYPE_STRING
    for the accepted types and that includes
    contains
    and
    does not contain
    as well but I don't want to offer those two. I thought I need a custom type, something like
    exact match
    but that didn't work. I would really appreciate a little help with this 🙂 . Thank you and have a nice day.
  • n

    nutritious-angle-64267

    09/16/2021, 8:18 AM
    https://sprykercommunity.slack.com/archives/CH2HA71C5/p1631707983043100
  • l

    lemon-magazine-17731

    09/16/2021, 10:54 AM
    Hello All, While installing docker I am getting the warning "Warning: Neither SSH agent or COMPOSER_AUTH is configured. Private repositories would not be accessible. ", do anybody faced this and how to resolve this?
    w
    • 2
    • 1
  • h

    hundreds-flower-81270

    09/16/2021, 4:23 PM
    Hi, does anybody of you have an idea how to upload a file through glue api? There is a Symfony validator for file (with mime types) and for image available, but simply putting the base64 encoded string into the json request won't help. Use case: I would like to add the possibility to upload a file in the contact form and that goes through a glue api endpoint. And if not possible via JSON, can Glue also handle multipart/form-data? 🤔
    w
    • 2
    • 16
  • f

    fresh-family-51844

    09/17/2021, 4:54 AM
    Hi, does anybody know how this error will throw? I got this sometimes when debuging....
    Copy code
    vendor/spryker/session-redis/src/Spryker/Shared/SessionRedis/Handler/SessionHandlerRedisLocking.php
    
    throw new LockCouldNotBeAcquiredException(
        sprintf(
            '%s could not acquire access to the session %s',
            self::class,
            $sessionId
        )
    );
    h
    p
    • 3
    • 4
  • c

    colossal-alligator-85110

    09/17/2021, 2:28 PM
    Hi All, I am doing Intermediate task , now i am in second task Hands-on publish& synchronise task , i cannot able to get API proper response , i rechecked the file directory all good but still i am not able to see proper Response What i am missing.
  • n

    nutritious-daybreak-34090

    09/17/2021, 7:10 PM
    Hi everyone I have one question about Glue API. Is there any easy way to update the status of an order from Glue?? We need to update the status when the WMS despatches the order for example. Is there a Glue Endpoint for this? Thanks
    e
    a
    b
    • 4
    • 6
  • e

    enough-byte-77557

    09/20/2021, 9:47 AM
    Hi does anyone have any advice for managing tax when there is a different rate within the same country? Specifically the Canary Islands do not pay the same rate as the rest of Spain, how do you handle that?
  • w

    witty-jordan-77597

    09/21/2021, 12:59 PM
    Hello everyone, does anyone know how to make assets (not js, css or images) in Zed accessible via public folder/ access point? e.g. I add in Zed/Dashboard/ a directory assets/files/my_file.txt and want to access this file over the route zed.page-url.com/assets/files/my_file.txt ? Is probably only possible via a webpack config? So maybe it won’t work via the standard config, right? The documentation didn’ gave any detailed information so far.
    đź‘‹ 1
  • c

    clean-potato-68835

    09/22/2021, 7:11 AM
    Hello everyone, I am running my project on docker,wsl2 setup on windows and using Phpstorm. Although it was working fine in past, now I have problem with xdebug. It has this error when I start listening "*Can't start listening for connections from 'xdebug': Port 9003 is busy*". Can somebody please help me so that my xdebug works again.
    d
    • 2
    • 2
  • l

    lemon-magazine-17731

    09/22/2021, 7:12 AM
    Hello All, Anybody configured xdebug in vs code?
    đź‘€ 1
  • g

    gentle-magician-10759

    09/22/2021, 2:07 PM
    Hello! Maybe one of you guys ran into a similar problem. I am trying to start my project with "docker/sdk up" and get following error. Any help would be apprechiated!
    b
    • 2
    • 1
1...454647...102Latest