What are the Slack Archives?
It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
Help
Discussion List
-
Hi! Maybe someone know: how can i call some client method without implementing client call into Zed/
Hi! Maybe someone know: how can i call some client method without implementing client call into Zed/Yves/Glue. I just want to test method output before implementing it. I have an idea just create some test page in zed/yves and call in controller what i need, but it seems too complicated
-
How would you republish all urls? I truncated my spy_url_storage table and need to repopulate and pu
How would you republish all urls? I truncated my spy_url_storage table and need to repopulate and publish. Tried docker/sdk console publish:trigger-events -r url but it doesn't do the job. Table is still empty.
-
Good morning,
between Yves and Zed … is there some kind of session data that can be used to identify
Good morning, between Yves and Zed … is there some kind of session data that can be used to identify the “client” that is performing the gateway call? Or is it a complete new session everytime the client calls the backend? Background: In our yves frontend on login the app requests a redirect link to an external oauth…
-
Hello,
assuming having a Client on Client layer with several methods … how to “reuse” this client on
Hello, assuming having a Client on Client layer with several methods … how to “reuse” this client on both Zed and Yves layer when they behave the same but just differ in few configuration stuff? For example an Oauth token client for an external auth provider generally behave the same for spryker frontend but also for…
-
Hello,
does somebody know if there is any possibility to make a public accessible page in sprykers z
Hello, does somebody know if there is any possibility to make a public accessible page in sprykers zed backend? As far as i know, the only page that is accessible without beeing authenticated is the login page itself. But since the symfony firewall points as “login_path” option to it, this route is automatic public to not…
-
Hi everyone, I've got a problem with deploying environment.
```Symfony\Component\Filesystem\Exceptio
Hi everyone, I've got a problem with deploying environment. Symfony\Component\Filesystem\Exception\IOException - Exception: Failed to remove directory "/data/src/Orm/Propel/Schema/": rmdir(/data/src/Orm/Propel/Schema/): Directory not emptyin /data/vendor/symfony/filesystem/Filesystem.php (181)Command: vendor/bin/console…
-
Hi all,
is it possible to define index mappings per environment for Elasticsearch?
As per this doc:
Hi all, is it possible to define index mappings per environment for Elasticsearch? As per this doc: https://documentation.spryker.com/docs/search-configure-elasticsearch you can prefix you configuration files with store (e.g. de_page.json) to only use it for this specific store. However we make use of synonyms and our…
-
couple of spelling errors in docs
couple of spelling errors in docs https://github.com/spryker/documentation/pull/321 https://github.com/spryker/documentation/pull/322
-
Hey there,
there Spryker b2b is a weird behaviour when creating and deleting shopping lists. When c
Hey there, there Spryker b2b is a weird behaviour when creating and deleting shopping lists. When creating a shopping list for example. the page reloads. But after that the information in the header is still not updated. I have to wait for a while and keep reloading. At some point the informations get updated, but seems…
-
Hi,
i dont find a solution for this exception.
LogicException - Exception: Unable to register extens
Hi, i dont find a solution for this exception. LogicException - Exception: Unable to register extension "Symfony\Bridge\Twig\Extension\TranslationExtension" as it is already registered. in /data/vendor/twig/twig/src/ExtensionSet.php (124) Command: /data/vendor/bin/console Scheduler:setup Can someone help me? Stacktrace:…
-
Question about OMS.
I have an event that is manually triggered. Are there a possibility to somehow
Question about OMS. I have an event that is manually triggered. Are there a possibility to somehow conditionally hide the button that triggers that event e.g. in case when user with specific role doesn't have to do that?
-
Hi all, has anyone an idea how I can generate the assets from e.g. `CompanyUserGui/assets/…`
in thi
Hi all, has anyone an idea how I can generate the assets from e.g. CompanyUserGui/assets/… in this path I have js folder js/modules/my-function.js and js/vendor-zed-company-user-gui-main.entry.js with requires the modules js. 'use strict';require('./modules/my-function');require('../sass/main.scss'); I tried with to build…
-
Anyone get this issue before ?.
Anyone get this issue before ?.
-
Does anybody know how to make Elasticsearch 7 return more than the default 10 facets?
Does anybody know how to make Elasticsearch 7 return more than the default 10 facets?
-
Hello everyone,
I try to find out how to generate a voucher code for a specific voucher pool on the
Hello everyone, I try to find out how to generate a voucher code for a specific voucher pool on the fly but I can't find the code for this. Can anyone give me a hint for that?
-
Hi All,
i want to export data of my custom table is this possible? if yes then any reference or docu
Hi All, i want to export data of my custom table is this possible? if yes then any reference or documentation for it ? Thanks.
-
Hey Folks. Usually I only have problems with mutagen sync sometimes if i open the lid of my macbook
Hey Folks. Usually I only have problems with mutagen sync sometimes if i open the lid of my macbook again … seemed some kind of “resuming the session” problem. However, meanwhile the duplicate sync sessions appear randomly and very often … after 1 hour working I sometimes end up having 3-4 sync sessions running parallel ……
-
Hi, I have always troubles seeing changes on twig templates. What are your best practices? Using `np
Hi, I have always troubles seeing changes on twig templates. What are your best practices? Using npm run yves and cache clean are not reliable. Thanks for any suggestion!
-
Hello,
I am working on multi payment. I’ve found some parts of Spryker’s code supporting it, but I h
Hello, I am working on multi payment. I’ve found some parts of Spryker’s code supporting it, but I have a problem with the OMS. User can select 2 payment methods which require user’s interaction (for example paypal), so I need some kind of generic, parallelized OMS containing all payment methods, . By testing i found, that…
-
Is it somehow possible to only import new entries during `data:import glossary`? I'd like to add tha
Is it somehow possible to only import new entries during data:import glossary? I'd like to add that to our deployment script, but I don't want to overwrite already existing values (that might be changed in the zed-backend manually).
-
Hello,
i am creating a versioning for the rest api. By default the newest version is always taken. I
Hello, i am creating a versioning for the rest api. By default the newest version is always taken. Is it possible, if no "Content-Type: application/vnd.api+json; version=2.0" is sent with to choose automatically the oldest version?
-
Hi,
My operating system windows 10,
when I install Spryker, I followed developer guide which is "B2B
Hi, My operating system windows 10, when I install Spryker, I followed developer guide which is "B2B or B2C Demo Shop installation: Windows, with Development Virtual Machine". in the last step I cannot install composer with command "composer install". I got warning which is at the below. Also after this warning I tried to…
-
Hello All,
I am creating a new controller and trying to print a hello world, but getting unable to f
Hello All, I am creating a new controller and trying to print a hello world, but getting unable to find template error, can anyone tell what is the issue
-
Hi all, our search provider now only offers elasticsearch 7.10(.2) and we have an issue with the st
Hi all, our search provider now only offers elasticsearch 7.10(.2) and we have an issue with the string_sort mapping. "Error in one or more bulk request actions:\n\nindex: \/index_de_page\/_doc\/product_abstract🇩🇪de_de:1 caused unknown parameter [analyzer] on mapper [name] of type [keyword]" Changing the mapper to use a…
-
Hi All,
Getting this error while making a PATCH request in Glue Api Any thoughts on this ?
Hi All, Getting this error while making a PATCH request in Glue Api Any thoughts on this ?
-
Hi all,
is there a way to add multiple attributes to demo data?
I can only find attribute_key_1 and
Hi all, is there a way to add multiple attributes to demo data? I can only find attribute_key_1 and value_1 in the corresponding csv file.
-
Hello everyone,
does anyone know where I can find the documentation of the discount-promotion module
Hello everyone, does anyone know where I can find the documentation of the discount-promotion module? (Because every link I can find in the docs or from google leads to 404 or something different...)
-
Hello,
we implemented a storageclient module in pyz and result in high cpu usage of redis container
Hello, we implemented a storageclient module in pyz and result in high cpu usage of redis container there we use the following method and could identify as performance issue $this->storageClient->getKeys() the storageClient is the vendor \Spryker\Client\Storage\StorageClient class Is there an known issue by using this…
-
Hello,
does somebody already implemented a token based spryker yves login with access token and refr
Hello, does somebody already implemented a token based spryker yves login with access token and refresh token? We have an external auth server where the user gets redirected to, when he is not known/anonymous and comes back with some auth code for spryker to be exchanged for an access token … But for our scenario we have…
-
Hi Guys,
i have a concern how can we implement POST request in glue Api (change data in spryker tabl
Hi Guys, i have a concern how can we implement POST request in glue Api (change data in spryker table) and how to pass more then more then one parameter on Api request ?
Categories
- All Categories
- 38 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 33 Spryker News
- 549 Developer Corner
- 420 Spryker Development
- 54 Spryker Dev Environment
- 284 Spryker Releases
- 30 Propel ORM
- 46 Community Projects
- 6 Gacela Project
- 3 PHP Bridge
- 21 Hackathon
- 3.2K 📜 Slack Archives
- 115 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random
- 4 Code Testing
- 23 Product & Business Questions
- 44 Spryker Safari Questions
- 36 The Blackhole
Popular Tags
- PropelORM 41
- Community 29
- blackhole 18
- CTOTW 16
- Docker 16
- B2C 14
- Academy 13
- Spryker Digital User Group 12
- Spryker Cloud Commerce OS (SCCOS) 11
- EXCITE 2023 10
- Community Tip 9
- Community News 9
- Zed 9
- Hackweekender 2023 9
- Event 6
- B2B 6
- Gacela 6
- Docker SDK 6
- Glue API 5
- Yves 5
- Community Tip 5
- course 4
- Spryker News 4
- Hackathon 4
- DevX 4
Upcoming Events
-
EOY 23 - CommerceQuest Social Gathering
Greetings fellow CommerceNauts 👋🏻 We want to close the year with an informal community gathering. 💞 Join us for a relaxed & social gathering on the 12th of December. Enjoy some beats while chit-chatting and playing a few social games with other members. 😁🎲 A bit of everything: ice breakers and conversations 💬 tier list…
-
Spryker Digital User Group - January 2024 Edition (remote, English)
Greetings, Spryker Herd! Our monthly meetings are for everyone interested in Spryker development and surrounding topics. Each month we invite Sprykees or community member guest speakers to guide us in interactive sessions. Topics vary and range from business to technical, so be sure to check the event agenda below for more…