-
docker/sdk up hangs during the dashboard setup step
Hi Team, I've encountered an issue while setting up a B2B Marketplace Demo Shop in my local system. docker/sdk up command doesn't gets finished and gets stuck during the dashboard setup step. I'm not sure whether mac users are also facing the same issue because I'm using Windows 11 for the setup. It hangs while executing…
-
Blackfire.so warning
There's an issue with Blackfire.so, it's preventing us from getting Spryker started. Had to bypass the issue by not enabling the blackfire extension in deploy file. The issue was present also in b2b demoshop 202410. [19-Nov-2024 06:21:19 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'blackfire.so' (tried:…
-
Mutagen got slower?
Hello everyone, is it just me (any my colleagues) or did Mutagen has gotten slower and slower in recent times? OS plattform is MacOS 15.0 I'm on docker/sdk 1.60.0 on my project, but it looks like there are no mutagen-related changes in more recent versions Mutagen is 0.17.6 Mutagen sidecar-image is…
-
Incompatibility mutagen version 0.18.0
Hi everyone, since mutagen version 0.18.0 we get the following error message when starting spryker via docker/sdk: unable to bring up Mutagen Compose sidecar service: Error response from daemon: network is ambiguous (X matches found based on ID prefix) Could this be a problem in this explicit mutagen version or can someone…
-
Spryker installation is failing at Section build-static stage
I tried to install Spryker b2b on my system. I reset the local using docker/sdk reset and tried to do fresh setup with new b2b-demo-shop code. My installation is getting failed. I have attached screenshot. Maybe Spryker docker build is getting failed. I tried in multiple devices and getting the same error.
-
Azure Pipeline Caching
Hello, we have Azure pipelines in place for our ci/cd process like it is described here The execution of the pipeline currently takes quite long (the largest step is the docker/sdk up -t). Does anybody know if it's possible to add the Azure pipeline build in caching system to reduce the image download part, and maybe also…
-
Merchant Portal - Autocompletion / Storybook / Documentation
Any idea on how to get documentation for merchant portal webcomponents? We need: autocompletion/IDE Support (see screenshot - HTML Tag missing, we need it clickable and reference to its webcomponent) general documentation (this seems NOT to contain all components? i.e. <web-mp-root> → see list below) run and build…
-
Getting error during NORMAL pipeline deployment on AWS Server (Codepipeline)
Hello Team, I'm getting this type of error during Build_and_prepare section on AWS codebuild stage so here's the logs for this : #*2 **8.9#*2 8.9 Section build-static-elopment#*2 8.9#2 8.9 #*2 8.9 Command yves-build-frontend [vendor/bin/console frontend:yves:build] #2 8.9…
-
improvement on Acceptance Tests
Hello Spryker community,I'm working on acceptance tests for a Spryker project and I'm looking for ways to optimize the test setup and iteration process. Currently, we need to run the following commands before each test run: docker/sdk boot deploy.ci.acceptance.mariadb.yml -v && docker/sdk up -t -v && docker/sdk testing…
-
my ec2 Docker env keeps throwing 502 Bad Gateway errors when trying to open the elastip ip.
my ec2 Docker env keeps throwing 502 Bad Gateway errors when trying to open the elastip ip.it is b2b marketplace which i deployed on ec2 but it throws 502 gateway and even i tried with load balancer getting the same error is their anything i need to setup the ip in deploy.dev.yml which iam using??
-
Can't setup the project using staging deployment file
I need to run the project using a staging configuration But I'm getting this error Note: I'm using Apple M1 [internal] load metadata for docker.io/library/spryker-cloud_base_frontend:1.0: Dockerfile:1 1 | >>> # syntax = docker/dockerfile:experimental 2 | ARG SPRYKER_PARENT_IMAGE 3 | ARG SPRYKER_ASSETS_BUILDER_IMAGE ERROR:…
-
Regarding Upload on s3 in different folder apart from root
Hi, I m facing one issue. I have using configuration like TestFileSystemConstants::FILE_SYSTEM_S3_ORDER_DOCUMENTS => [ 'sprykerAdapterClass' => Aws3v3FilesystemBuilderPlugin::class, 'root' => '/', 'path' => '/', 'key' => getenv('S3_ORDER_DOCUMENTS_KEY'), 'secret' => getenv('S3_ORDER_DOCUMENTS_SECRET'), 'bucket' =>…
-
QueueHandlerPlugin for YVES - docker/sdk
Hey ho! I set up Logstash with an extra docker-compose file to read/push log messages from RabbitMq to ElasticSearch in my local development environment. This works like a charm for ZED using the corresponding QueueHandlerPlugin (\Spryker\Zed\Log\Communication\Plugin\Handler\QueueHandlerPlugin) How ever, for YVES, there is…
-
How to add approval status and activation in combined data import
I am trying to import product with combined file and I've add prodcut_abstract.approval_status to approved column in csv file but it is not taking any effect on product. So how can we add approval and activation column in combined csv file
-
Xdebug not working
Hi everyone, I'm experiencing an issue with Xdebug on my system. I'm unable to make it running. I configured everything following the steps described here: https://docs.spryker.com/docs/dg/dev/set-up-spryker-locally/configure-after-installing/configure-debugging/configure-debugging.html Since it was not working out of the…
-
need to add custom fields to merchant creation form in
Currently working on spryker client project , need to add custom fields to merchant creation form in back office , i tried but its not working properly. any one please guide me in this
-
The acceptance test in the demo-b2b-marketplace are all failing due to chrome driver issues
I was running the acceptance tests using this command `docker/sdk testing codecept run -c codeception.acceptance.yml` I have been receiving errors and failures in the tests. Some gets timed out and some gets errors. I tried to deep dive into it and find out that the '$tester->grabPageSource()' always returns…
-
I want to allow transition in state machine for certain user roles only
I have a button in OMS state machine and I m getting access denied when i click on the button.
-
Getting FAIL WHALE! screen in login into backoffice
I m getting this issue from this week, whenever I start the container using debug code like docker/sdk restart -x then backoffice login url show Fail whale screen , after trying refresh several times , login successful but again in accessing links in backoffice and during logout land to same FAIL WHALE screen. But if i use…
-
Store Cleanup issue
Hi team i am facing an error while docker/sdk up docker/deployment/default/env/backoffice_eu.env not found: stat docker/deployment/default/env/backoffice_eu.env: no such file or directory
-
Override Layout file not working
I have followed the same step like mentioned in the learning video. But it is not working for me and for coliques as well. I have tried same like in the video to override the layout.twig file. But after clearing the cache with "console c:e" commands, the changes were not appearing.
-
PersistentCartClient::updateQuote() removes shipment and payment from the quote.
The story is: I decided to implement "OrderCustomReferenceWidget" on the "checkout/summary" page so customer could update it right before placing an order. The problem is after the data is saved, the quote has empty shipment and payment, so customer is redirected to the "checkout/shipment" page. I tested it on the…
-
Deploy Template imports
Hey all, two quick questions What are your opinions on this deploy file inheritance? Is it possible to import one deploy.yml file into another deploy.stage.yml file when both are on PROJECT ROOT (not in config/deploy-templates) For Context — TL/DR: I started to clean up my deploy files according to this documentation about…
-
Unable to add image in Demo Page
Unable to execute statement [UPDATE `spy_glossary_translation` SET `value`=:p1 WHERE `spy_glossary_translation`.`id_glossary_translation`=:p2] How can I add high-quality images to the Demo Page is there a solution to this error?
-
Using AWS environment variable for secret for basic auth defined in deploy.staging.yml
I am using deploy.staging.yml x-frontend-auth: &frontend-auth <<: *real-ip auth: engine: basic users: - username: cloud password: cloud And I want to pass password but defined in AWS environment variables so it is not pushed to git. Is there a way how can I do it? I tried by using ${SOME_ENV_VARIABLE} but it didn't work.
-
How I can write unit test codes for spryker?
Hi, Jitesh Sinha from AnnexCloud Working on Spryker B2C project extension under the AnnexCloud Loyalty platform. To pass the certification process, I need to write the mock tests and unit tests codes. I have gone though the spryker docs, but I am confused. Is there any hands-on where I can get proper exposure or any…
-
Can we have multi-parent-category in Spryker?
Hey-hey, Sprykees. Can we have several parent categories in Spryker? For example: "New Year Tree" belongs to "Garden" parent category and to "Holiday Decorations" parent category at the same moment. But I have no idea how to do it with Spryker. Is it possible? Is it too complex task? Maybe, somebody did it yet and has a…
-
Anyone having issues pulling docker images today?
I'm trying to 'reset' my environment, and I'm getting issues pulling images, before the screenshot I couldn't pull rabbitmq, or some others
-
Dockerfile issue
Hi Team, I am facing an error while I am using docker/sdk up and it fails , Can anyone help me out
-
How to setup acceptance tests in Gitlab?
Hi community! I'm trying to set up a pipeline with acceptance tests, for this I need a full multi-container setup of Spryker in CI. If I'm using the config from , it gives me an error: $ docker/sdk boot -v deploy.ci.yml Docker Buildx plugin is not installed. Please, make sure Docker Buildx plugin is installed. How to…