-
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…
-
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…
-
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…