-
B2B Demo Marketplace / `docker/sdk up` / blackfire.io error
My OS is Windows, I installed Ubuntu and followed the rest of the instructions on Spryker (). Docker uses the WSL2 based engine, and Ubuntu integration with additional distros enabled. Nevertheless, I get these errors in anyway. I've tried everything I could find and googled. What should I do? PS: Both of the screenshots…
-
Spyker Academy / Entities - Hands-on
When I run the docker/sdk console propel:install command, it returns these errors. Here the instructions I follow: https://safari.spryker.com/learn/course/347/play/2588/spryker-coding-conventions;lp=139
-
How are the tests in vendor modules executed ?
I have some custom modules that I have created and I would like to use them throughout projects, by making them as composer packages. I was wondering how to bundle the tests inside the composer package. For inspiration I took a look at how the Spryker vendor modules structure the tests. I used the same structure and I can…
-
Is there a way to access the application over ip?
I need to manipulate touch gestures / navigation. Testing on a real device would drastically improve my developing experience, since it turns out that thumbs behave differently than a cursor while testing touch gestures. However it seems to be impossible to access the application by the domain from the deploy file. Is…
-
I have a missing column exception when trying to add a product to the basket
In b2b and in b2c as well when I try to add a product to the basket I have exception Column not found: 1054 Unknown column 'spy_product_abstract.pyz_color_code' in 'field list'","code". It seems that column is in file: spy_product.schema <?xml version="1.0"?><database xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"…
-
Impossibility to swith to the specific codebucket
It seems that altough we do everything that is needed to override specific component it's still not working. For example in course 'Spryker Frontend for Backend Developers', lesson 'Adding a Theme to a Product Detail Page' I do everything exactly as it's shown. We create a new folder ProductDetailPageDE, then we create…
-
Issue with docker on Mac when you want to use images with hash
There is a know issue () that docker build fails to find a local image that was built using a hash. For example if you define spryker/php:8.1-alpine3.17@sha256:6c881a6022ed15b52ebeb8fa5391968dfd8c90ad671663797a189bf86da7ab92 as an image in your deploy.yml docker/sdk up will fail with an error about permissions. Solution to…
-
Anybody made merchant portal work
Using no modification, setup works without issue. You visit http://mp.de.spryker.local/ and get 404 error
-
Impossibility to bind a theme to the store [Course Spryker Frontend for Backend Developers]
Hello, I executed the simple steps that are described in the video clip Binding a Theme to a Store. I create new folder 'green' in the Pyz/Yves/ShopUi/Theme folder and copied all the files from 'default' to 'green'. I created the file 'TwigConfig' in folder 'TwigDE, overrided the method 'getYvesThemeNameDefault' to return…
-
How can I attach something like postPersist on a spy product entity when created/updated?
The background is that akeneo importer uses dynamic entity feature which writes directly to db and avoids methods from the facade so I can't attach postCreate or postUpdate plugins. How can I handle that in order to do something when product is being created/updated via dynamic entity feature?
-
Impossibility to complete the tutorial Persist, Fetch, and Transport Data across Layers and Services
Hello, when I try to add an antelope from the backoffice I have exception that class Generated\Zed\Kernel\Persistence\AbstractRepository" not found, and when I try to read it I have as well "Pyz\Yves\TrainingPage\Plugin\Router\AbstactRouteProviderPlugin" I think they are located in dependency "spryker/kernel", but what I…
-
Update glue infrastructure
Hello spryker, where in the documentation is the upgrade from "old" glue to new glue (storefront/backend). Especially all the docker yml stuff? Thx
-
Window10 wsl console transfer:gen time exceed error
Hi, I m running docker /sdk reset command and at section build during console transfer:generate process give error with default time out exceed. please see screen shot for detail
-
Setup Spryker B2B shop on window10
I tried to setup spryker demo shop on window10 system, I run the below command to get started: git clone https://github.com/spryker-shop/b2b-demo-shop.git cd b2b-demo-shop git clone https://github.com/spryker/docker-sdk.git docker/sdk bootstrap deploy.dev.yml On running last command , terminal says "-bash: docker/sdk: No…
-
Bug in generating keys for Redis.
Hi I'm working on implmentation of FactFinder in spryker system. I found out that sku that gets returned from FactFinder is used to generate redis key. With that redis key we are querying redis to get the data. Method in ProductAbstractStorageReader…
-
always the container "spryker_b2b_dev_webdriver_1" was stopped
After the "docker/sdk up" command, always the container "spryker_b2b_dev_webdriver_1" was stopped. Even after the "docker/sdk restart" also will not start. Then I need to start it separately by manually either through docker-desktop or via command.Following info may useful to help me. Docker version: v4.22.1 laptop:…
-
Problem accessing glue backend
Hi all, we are currently moving from ZED API to the new Glue Backend/Storefront logic. After adding the modules and the example Module as described here , we are not able to reach the endpoints. The dashboard is listing the urls as suspected. But however, all calls ends with "file not found" (Browser/Postman w/wo…
-
http: invalid Host header
Hello. I have an error when installing the project: http: invalid Host header . I didn't change anything in the project, last commit was done 3 weeks ago, but the problem appeared today only. Any suggestions?
-
Errors installing and updating packages via composer
Hi all, I am getting errors with my composer setup in my local environment. I'm trying to update outdated packages in an existing project that has been running fine but am running into the same error again and again. Could someone explain if possible why I'm getting this error when running docker/sdk cli composer install…
-
Jarvis not working
Hello this week I tried to check my project with Jarvis to evaluate what modules I need to update. But Jarvis returns this error all the time. Does anyone knows if there is some problem with Jarvis at the moment? Thank you.
-
Chrome headless error on running codecept
I am trying to resolve the below errors on running docker/sdk testing codecept run on the b2bDemoshop codebase [Facebook\WebDriver\Exception\UnknownErrorException] unknown error: net::ERR_CONNECTION_REFUSED (Session info: headless chrome=108.0.5359.125) I have installed Google chrome on Ubuntu. Any pointers to resolve the…
-
spryker-shop / b2b-demo-shop / "202307.0" / YVES login issue
Hi there, not sure if this is the right place, but: With version "202307.0" of a b2b-demo-shop installation I get an error during YVES login attempt (sonia@spryker.com) on my local machine (normal "docker/sdk" deploy.dev.yml setup on Linux Mint 21.2). Issue is not occuring with previous version "202212.0-p2". Stack trace…
-
How to setup my SMTP settings?
Hi! I have some troubles to set up my SMTP constants in my app. I've edited my deploy.project.preprod.yml file end added this stuff: environment: docker.prodimage: tag: spryker/php:8.1 environment: SPRYKER_DEFAULT_STORE: "FR" SPRYKER_ACTIVE_STORES: "FR" SPRYKER_HOOK_BEFORE_DEPLOY: "vendor/bin/install -r EU/pre-deploy -vvv"…
-
Issue with docker/sdk up
Hi All, Today I faced a problem while doing docker/sdk up after docker/sdk clean which was not there before. Btw, this is latest b2c marketplace. Any => ERROR [internal] load metadata for docker.io/library/node:18-alpine 6.1s => CANCELED [internal] load metadata for docker.io/spryker/php:8.1 6.1s [internal] load metadata…
-
How to enable SSL (https) on localhost?
Hi Team, We have configured the 'adyen' payment method in our local B2B development setup, after configuration backend looks good but in storefront on checkout payment step application is throwing below error. The error is related to SSL disabled. From localhost application is trying to hit payment gateway url with 'https'…
-
setting up on ssl certificate and deploy.dev.yml
hello Team, could someone help me here on how to set up deploy.dev.yml i already deployed on aws ec2 now need to set up endpoints if i trying to access the ip of ec2 getting 502 gateway error
-
Locale
Hey, Got another question regarding the locales and shop I have two stores UK and COM. they can share the same URL structure for pages/categories/product, but I want them to have different navigation items. Because UK has less items to sell. What way would be best to do this? Currently they both have locale en_GB but the…
-
How to setup newrelic network monitoring in SCCOS
Hi Sprykees, We have a project based on SCCOS that has not gone live, yet. We are facing some performance issues with a third party system and it would be great to confirm that the issue is not due to some network issue. Has someone already setup the network monitoring (with newrelic) and could help with that? Newrelic is…
-
How to get order reference after executing sales return from zed (backend) ?
HI, I want to create a plugin which gets the order reference along with customer details and hit the external apis with the payload as order reference and customer details. I have also gone with ReturnCreateFormHandlerPluginInterface under the SalesReturnGui which handles the return events after executing the sales return…
-
Problem in docker/sdk up.
docker/sdk up command returns this error, I tried it 2-3 time but the error is still same. If anyone knows how to fix this issue, please let me know.