-
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…
-
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:…
-
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
-
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
-
Spryker + OpenSwoole or other PHP network frameworks
Hi everyone, Recently I tried out to implement the OpenSwoole framework in my local dev setup of the B2B demo shop. OpenSwoole is a event-driven, asynchronous network framework with non-blocking I/O. The big advantage you have with the framework (in addition to other features like coroutines) is that the rather costly…
-
Sudden random fail whales and gateway exceptions when running app in debug mode
Since 1 day ago, my entire team has been experiencing random fail whales and gateway issues when running app in debug mode. I am not aware of any specific update in the code that could cause this. The only common thing is that we are all on docker and mac os. This happens usually when there is an interaction between yves…
-
How can i install the ACP framework on Ubuntu VM(external server)?
Hello everyone, Recently i got a ubuntu 22.04 VM on a external server and i have to install the ACP framework on it. Unfortunately, the ports 80, 443 and 3000 are already used and i have to use others for the ACP docker containers. I changed the host ports for the Nginx container in the…
-
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…
-
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:…