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

    swift-plastic-31133

    03/27/2023, 8:02 AM
    Hi All, i am getting below error when i try to run console frontendzedbuild, any suggestions on this?
    m
    q
    • 3
    • 6
  • c

    clean-sundown-47111

    03/27/2023, 10:04 AM
    Hii Team , I am using glue api using postman http://glue.de.spryker.local/access-tokens with the data { "data": { "type": "access-tokens", "attributes": { "username": "sonia1@spryker.com", "password": "change123" } } } Its give me error { "errors": [ { "code": "003", "status": 401, "detail": "Failed to authenticate user." } ] } But i can login from the same credential on storfront
    c
    i
    • 3
    • 13
  • c

    clean-sundown-47111

    03/27/2023, 10:17 AM
    I am getting error while installing auth for glue api installing Glue API: Customer Access Feature Integration. Problem 1 - Root composer.json requires spryker/oauth ^1.6.0, found spryker/oauth[1.6.0, ..., 1.9.0] but these were not loaded, likely because it conflicts with another require. Problem 2 - spryker-feature/customer-account-management is locked to version 202212.0 and an update of this package was not requested. - spryker-feature/customer-account-management 202212.0 requires spryker/oauth ^2.6.0 -> found spryker/oauth[2.6.0, ..., 2.9.0] but it conflicts with your root composer.json require (^1.6.0). Problem 3 - spryker/agent-auth-rest-api is locked to version 1.0.0 and an update of this package was not requested. - spryker/agent-auth-rest-api 1.0.0 requires spryker/oauth ^2.0.0 -> found spryker/oauth[dev-master, 2.0.0, ..., 2.9.0] but it conflicts with your root composer.json require (^1.6.0). Problem 4 - spryker/oauth-agent-connector is locked to version 1.0.2 and an update of this package was not requested. - spryker/oauth-agent-connector 1.0.2 requires spryker/oauth ^2.0.0 -> found spryker/oauth[dev-master, 2.0.0, ..., 2.9.0] but it conflicts with your root composer.json require (^1.6.0). Problem 5 - spryker/authentication-oauth 1.0.0 requires spryker/oauth ^2.4.0 -> found spryker/oauth[2.4.0, ..., 2.9.0] but it conflicts with your root composer.json require (^1.6.0). - spryker-feature/spryker-core 202212.0 requires spryker/authentication-oauth ^1.0.0 -> satisfiable by spryker/authentication-oauth[1.0.0]. - spryker-feature/spryker-core is locked to version 202212.0 and an update of this package was not requested. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
  • c

    clean-sundown-47111

    03/27/2023, 11:05 AM
    Hi team if i want to generate token for a customer login through glue API so i am using POST /token Reference , what can be the possible value for grant_type param and what all possible value for it
  • c

    clean-sundown-47111

    03/27/2023, 11:33 AM
    Hi Team i am using the POST : /token glue api and it is giving error { "error": "invalid_grant", "error_description": "The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client." } But i am passing the grant_type=password
  • c

    clean-sundown-47111

    03/27/2023, 11:44 AM
    Hi team , How can we get the store details of user
  • c

    cool-hamburger-85057

    03/27/2023, 11:48 AM
    Hi . i want to make side menu in backoffice active state when i click on button and its redirect to other page. as shown in screenshot the side menu is not remaining closed when i click on edit button. how to check it?
  • r

    refined-artist-40095

    03/27/2023, 1:37 PM
    Hi, I have a problem with file upload. I could't upload files via Admin Panel (Content -> File Tree). I manage to fix it by overriding
    vendor/spryker/file-system/src/Spryker/Service/FileSystem/FileSystemDependencyProvider.php
    , because its 3 methods (getFileSystemReaderPlugin, getFileSystemWriterPlugin, getFileSystemStreamPlugin) throws exceptions automatically. But now in Content -> Content Items I can't create File List with files I just uploaded using Admin Panel (Add to list button doesn't work). Was file management broken in the last patch? And was my fix correct and now I have to fix issue with the table or is there a simple solution using configuration that I couldn't find?
  • w

    wonderful-baker-94910

    03/27/2023, 2:32 PM
    #help Hi everyone, I am unable to find the back-office login page Code !!, I searched for it in the src/pyz/zed but i couldn't find it!! please let me know if you guys have any idea!
    w
    • 2
    • 5
  • c

    cool-hamburger-85057

    03/27/2023, 3:06 PM
    Hi guys. in backoffice when page gets loaded when i click on customers and edit customers the side menu remains open. which file is responsible for it
    đź‘€ 1
  • l

    limited-pager-82615

    03/28/2023, 4:01 AM
    Hi Team , I am running the command docker/sdk up and its show the error -> services.gateway.networks.private.aliases.22 must be a string and the container is not in docker
  • c

    clean-sundown-47111

    03/28/2023, 4:44 AM
    Hi Team, I am created a new store named INDIA when i try to access that so it give me error as follows :- Fatal error: Uncaught Spryker\Shared\Kernel\CodeBucket\Exception\InvalidCodeBucketException: CodeBucket "INDIA" is not a valid option! in /data/vendor/spryker/kernel/src/Spryker/Shared/Kernel/CodeBucket/Config/AbstractCodeBucketConfig.php:50 Stack trace: #0 /data/vendor/spryker/kernel/src/Spryker/Shared/Kernel/CodeBucket/Config/AbstractCodeBucketConfig.php(30): Spryker\Shared\Kernel\CodeBucket\Config\AbstractCodeBucketConfig->assertCodeBucket('INDIA') #1 /data/vendor/spryker/kernel/src/Spryker/Shared/Kernel/CodeBucket/Config/CodeBucketConfig.php(40): Spryker\Shared\Kernel\CodeBucket\Config\AbstractCodeBucketConfig->getCurrentCodeBucket() #2 /data/vendor/spryker/config/src/Spryker/Shared/Config/Application/Environment.php(93): Spryker\Shared\Kernel\CodeBucket\Config\CodeBucketConfig->getCurrentCodeBucket() #3 /data/vendor/spryker/config/src/Spryker/Shared/Config/Application/Environment.php(25): Spryker\Shared\Config\Application\Environment::defineCodeBucket() #4 /data/public/Yves/index.php(14): Spryker\Shared\Config\Application\Environment::initialize() #5 {main} thrown in /data/vendor/spryker/kernel/src/Spryker/Shared/Kernel/CodeBucket/Config/AbstractCodeBucketConfig.php on line 50 Fatal error: Uncaught ValueError: Path cannot be empty in [no active file]:0 Stack trace: #0 {main} thrown in [no active file] on line 0
  • h

    handsome-alligator-65997

    03/28/2023, 5:29 AM
    Hii Everyone, can you help me to decode yves route by url ex-http://yves.de.spryker.local/en/cameras-&-camcorders/digital-cameras which contoller and action is running
    p
    • 2
    • 1
  • c

    clean-sundown-47111

    03/28/2023, 5:33 AM
    Hi Team , While docker/sdk up i am getting error #13 24.96 [2023-03-28T052715.398230+00:00] Zed.ERROR: CLI command "transferdatabuildergenerate" exception, message "Value mismatch for "Address.firstName" transfer property. Value1: "firstName"; Value2: "firstName()". To fix this, search for 'property name="firstName"' in the code base and fix the wrong one." {"exception":"[object] (Exception(code: 0): Value mismatch for \"Address.firstName\" transfer property. Value1: \"firstName\"; Value2: \"firstName()\". To fix this, search for 'property name=\"firstName\"' in the code base and fix the wrong one. at /data/vendor/spryker/transfer/src/Spryker/Zed/Transfer/Business/Model/Generator/TransferDefinitionMerger.php:160) #13 24.96 [stacktrace] #13 24.96 #0 /data/vendor/spryker/transfer/src/Spryker/Zed/Transfer/Business/Model/Generator/TransferDefinitionMerger.php(120): Spryker\\Zed\\Transfer\\Business\\Model\\Generator\\TransferDefinitionMerger->mergeProperties(Array, Array, 'Address')
    p
    • 2
    • 4
  • r

    rough-agency-88294

    03/28/2023, 6:24 AM
    Can I suppress this kind of spam in the console logging:
    "Spryker\Zed\PriceProductStorage\Communication\Plugin\Event\Listener\PriceProductAbstractStoragePublishListener", sent to the queue, event data: "Generated\Shared\Transfer\EventEntityTransfer" => "{"additional_values":[],"id":1251,"event":null,"name":null,"foreign_keys":[],"modified_columns":[],"original_values":[]}". [] []
    w
    • 2
    • 2
  • c

    cool-hamburger-85057

    03/28/2023, 6:52 AM
    Hi team, can anyone tell me how to make nav menu active when new nav menu item is added in backoffice?
  • e

    elegant-cartoon-61249

    03/28/2023, 7:55 AM
    #help Hello everyone To update Zed with some modifications, I used the build command. docker/sdk console frontendzedbuild The output screenshot I'm receiving is seen below. In below message Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme I tried executing the command in the following ways after reading that it will just update the dependency and sync version. px update-browserslist-db@latest docker/sdk cli update-browserslist-db@latest It reports a command not found error. What is the proper method for executing this command?
    w
    • 2
    • 2
  • c

    clean-sundown-47111

    03/28/2023, 8:06 AM
    Hi Team I am trying to access the 'access-tokens' resource from glue api i am using a write credential for it bt again it showing the error
    {
    "errors": [
    {
    "code": "003",
    "status": 401,
    "detail": "Failed to authenticate user."
    }
    ]
    }
    How can i resolve this @wooden-king-30682
  • c

    clean-sundown-47111

    03/28/2023, 8:11 AM
    Hi team , i want to set default store after login the user , as the user logged in so what store that user select from the login page dropdown , so that store be default or he directly go into that store
  • f

    fancy-garage-20650

    03/28/2023, 9:18 AM
    Hi development, need to upload 4 files to S3 on customer registration. I created the form so I need now to set the files to CustomerTransfer and than in Customer module get the files and upload from there to S3
  • c

    cool-hamburger-85057

    03/28/2023, 9:55 AM
    Hi team, how to add new navigation menu in backoffice with anchor link?
  • h

    handsome-alligator-65997

    03/28/2023, 10:26 AM
    how to decode Request URL: http://yves.de.spryker.local/en/product-review/create/70 to know controller and action of which module
    p
    • 2
    • 1
  • c

    clean-sundown-47111

    03/28/2023, 11:13 AM
    hey team i want to know which controller and module work on /en/login_check route after clicking login
    p
    • 2
    • 5
  • w

    wonderful-baker-94910

    03/28/2023, 12:04 PM
    #help Hey Everyone, I recently cloned spryker b2c marketplace but not a even a single link is working in the spryker.local !!, why is this issue happening? Please let me know if you guys know how to resolve this !!
    p
    • 2
    • 7
  • r

    rough-agency-88294

    03/28/2023, 12:38 PM
    Hi I'm trying to figure out why
    spy_product_abstract_category_storage
    table is always empty and thus redis also has no
    product_abstract_category
    values. I run
    vendor/bin/console publish:trigger-events -r product_abstract_category
    but nothing happens. Ideas?
    p
    • 2
    • 28
  • c

    clean-sundown-47111

    03/28/2023, 1:12 PM
    Hi team , I want to set current store by code how can be do that , How can set the current store for logged in user
    w
    • 2
    • 2
  • w

    wonderful-baker-94910

    03/29/2023, 3:44 AM
    #help Hii!!, I am facing this error while trying to open the merchant portal
    p
    • 2
    • 4
  • l

    limited-pager-82615

    03/29/2023, 4:13 AM
    Hii Team, I am creating a form on Yves while rendering my form template it is giving me an error that index.twig is not defined. but it is already there inside Theme/default/views/mycontrollername/index.
    p
    r
    • 3
    • 2
  • c

    clean-sundown-47111

    03/29/2023, 6:53 AM
    Hi team , I have created a store named INDIA in store.php and configure deploy.dev.yml file and urls for backoffice and yves http://yves.in.spryker.local/ and http://backoffice.de.spryker.local but i am not able to see any content on yves side and no even select store for edit category or product (if i want to assign some product or category from backoffice so the stores come into dropdown but not able to select them ) so what can be the reason i am attaching snapshot for that . And how can be create a different db , redis , and elastick search for that . If i want different product and category for different store .
    r
    • 2
    • 5
  • r

    refined-artist-40095

    03/29/2023, 6:57 AM
    Hi. I am using marketplace b2c version 202212.0, and in Content -> Content Items -> Add Content Item -> File List buttons in tables don't work. Similar layout is in Content -> Content Items -> Add Content Item -> Product Set and the same problem occurs. Does the OOTB version work? I guess it uses
    spryker/gui-table
    (v 1.9.0) and
    spryker/zed-ui
    (v1 .7.3), and both have major releases available. Are those packages no longer stable? Or should I look for a solution somewhere else?
    p
    • 2
    • 4
1...858687...102Latest