-
🗓️ January UG Meetup: Looking for guest topics
Hi community, our is happening at the end of January 😎 January 29th 4pm CET. While we're finalizing the content, we have the opportunity to welcome anyone from the community who wants to share something along the lines of development, best practices, personal learning or a private project of them 🙌🏻 Please give me a ping…
-
🛠️ Reworked Community Extensions & Tools List - Your input is needed 🧰
Heyhey and happy new year!! 🥂 We used the calm days to rework our Community Tools list 💪and the following features are now added to make it more useful: Tags Filter for Tags, License and Creator Search Sorting/Ordering of columns You will find the list here: CQ Community Extensions & Tools With this list we want to provide…
-
Spryke Commerce Framework DI Magic
After many requests to add more magic to Spryker framework, our architects found a graceful way to enable magic DI. The new approach enables you to get a business models skipping Factory and Dependency provider functions! We currently consider 3x DI (dependency injection) containers, popular in PHP community: PHP-DI…
-
OpenTelemetry collector
Hello again! I've been following the development of the OpenTelemetry integration and first of all: good job, looking good! The default exporter endpoint is http://collector:4317, which is obviously semi-trivial to set up in a local container. What I'm wondering is, is there already a collector available in the Spryker…
-
Class "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" not found
Hi Everyone After upgradding my code using code buddy when i am opening yves portal i am gettin a error like : Class "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" not found Please suggeat me !
-
Interface "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface"
Hi everyone, I'm facing an issue with the Spryker Merchant Portal. When I try to open the portal, I encounter the following error: Interface "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" not found I am getting this error after upgrading my code while opening merchant portal.
-
Docker Desktop + Mac -> Mailware detected
Heyhey, i noticed that we have people affected by a malware warning when using docker desktop on a mac. If you are also curious and/or struggling about that, please have a look here: https://github.com/docker/for-mac/issues/7520…
-
Automatic CC in support portal
Is there a way to add an "additional notification recipient" automatically to every support ticket in the support portal? The problem is that our customers usually have their own portal accounts with their own email addresses, and our development team doesn't necessarily get notified on new and updated tickets unless we…
-
Issue with Evaluator and Upgrader Pipelines
Hi Team, I’m currently using the Upgrader tool and have run pipelines for both Evaluator and Upgrader. However, I’m encountering an error during the process. Has anyone faced a similar issue or could provide guidance on resolving this?
-
Restrict access some Endpoints to GlueBackendAPI for certain users using OAuth
We use GlueBackendAPI to give access for 3rd Party services to our data. They all autheticate using OAuth. OAuth has so calles scopes to restrict access to certain endpoints. This is also said in the Documentation but no examples how to do that. There is a manual of how to create a scope, but nothing about how to relate a…
-
Authorization code implementation of oauth2
Hi spryker! I've been trying to implement a "auth code" "driver" for the oath2 module so that I can authenticate and get an access token for the Glue API without providing user passwords. I've hit the page below, followed the instructions, but it's broken. "AuthCodeGrant" class is missing entirely (looked in GitHub history…
-
How to Resolve "413 Request Entity Too Large" Error in Spryker Yves Custom Form for File Uploads?
I have created a custom form with enctype="multipart/form-data" in the Spryker Yves layer to upload and save files using an input of type file. The files are saved to an AWS S3 bucket. When uploading files of 500 KB each in both inputs, the upload works correctly. However, attempting to upload files totaling 1 MB together…