-
Hey guys, Can any one help me with how to setup `xdebug` on B2C demo project.
As I understand, we
Hey guys, Can any one help me with how to setup xdebug on B2C demo project. As I understand, we start the xdebug with ./docker/sdk start -x command . However when selecting Image for container in PHPStorm, there are a lots of image, so which one do we select, Any Idea?
-
Hi guys,
anyone has any idea why I get this error when I call Yves homepage
```ErrorException - in
Hi guys, anyone has any idea why I get this error when I call Yves homepage ErrorException - ini_set(): session.name cannot be a numeric or empty ''in /data/srv/yves/www/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php (392)
-
I'm getting this when calling the zed UI locally:
```Uncaught TypeError: $.fn.dataTable is undefined
I'm getting this when calling the zed UI locally: Uncaught TypeError: $.fn.dataTable is undefined setTableErrorMode data-table.js:41 js init.js:57 Could anybody point me to the package missing, please?
-
Hi all,
How can we increase command timeout?
thanks
Hi all, How can we increase command timeout? thanks
-
Quick question on the CTE topic after migration to the new Spryker tech stack (MariaDB):
are there
Quick question on the CTE topic after migration to the new Spryker tech stack (MariaDB): are there any official suggestions on how to optimize the imports when we want to work with batches? In the past we took some reference from…
-
Hi, anyone can help me?
Hi, anyone can help me?
-
Hey guys,
quick question regarding phpstan:
when using `docker/sdk console code:phpstan -vvv`
I so
Hey guys, quick question regarding phpstan: when using docker/sdk console code:phpstan -vvv I sometimes have locally the problem that the result cache is being used and stale results are being displayed. Running the phpstan command in PhpStanRunner.php itself in debug mode --debug is solving the problem, since no cache is…
-
I tried to delete from file shipment -sidebar.twig file but it displays some information as in image
I tried to delete from file shipment -sidebar.twig file but it displays some information as in image below
-
Hello Everyone,
I am working on a task which requires implementing Google ReCaptcha in the registra
Hello Everyone, I am working on a task which requires implementing Google ReCaptcha in the registration form for a B2C shop. I have added a sub form in the registration form which creates the placeholder but it does not render the template I have specified for that sub form. I am thinking I didn't pick the correct…
-
Is there a service in Spryker which provides the IP address of the client from the request?
Is there a service in Spryker which provides the IP address of the client from the request?
-
Hello, I have this philosophical conundrum:
I need to iterate (rather I am fixing a code of someone
Hello, I have this philosophical conundrum: I need to iterate (rather I am fixing a code of someone else's) through all abstract products and collect their data into a file from time to time. I need price information, imageset information and so on. Currently it is done so that it iterates through ProductAbstractManager…
-
Hi everyone. Can someone using php8 try to update some cms block on zed/backoffice? I suspect there
Hi everyone. Can someone using php8 try to update some cms block on zed/backoffice? I suspect there is a bug there, but would like some outside confirmation...
-
Hey guys,
we are currently implementing a new PaymentServiceProvider, is there any documentation abo
Hey guys, we are currently implementing a new PaymentServiceProvider, is there any documentation about how to do this? I checked the Adyen implementation and found Hooks like CheckoutPostSaveHookInterface, but could not find any documentation on this.
-
Quick question - we're looking at upgrading our Wishlist Rest API module to 1.6.0 from 1.4.3 and we'
Quick question - we're looking at upgrading our Wishlist Rest API module to 1.6.0 from 1.4.3 and we've noticed that in the src/Spryker/Zed/WishlistsRestApi/Business/WishlistItem/WishlistItemDeleter.php on line 53 we're requiring the UUID of a Wishlist item - but wishlist items don't seem to have a UUID. I believe…
-
Hey Sprykes!
I’ve a question about the Pyz\Yevs frontend. At the moment I have the B2B demo working
Hey Sprykes! I’ve a question about the Pyz\Yevs frontend. At the moment I have the B2B demo working well… but I’m wondering… is there a way to start from scratch? Is there a way to simply delete the demo frontend and start from the absolute bare basics? Reason: I’m experimenting with seeing what frontend CCS frameworks I…
-
Hey guys, does anybody have any experience with connecting spryker to external sso provider to repla
Hey guys, does anybody have any experience with connecting spryker to external sso provider to replace native login? For example SAP CDC? Could you point me to some doc to have at least a high level idea of how it could be implemented? Thanks a lot!
-
Hey guys is there any specific command to regenerate routes for US store after routes has been chang
Hey guys is there any specific command to regenerate routes for US store after routes has been changed? I ran these reset command but it only update for de store 😞 . What did I miss? docker/sdk console router:cache:warm-up:backend-gatewaydocker/sdk console router:cache:warm-up
-
Hi, I would like to create an anonymous shopping cart using the Glue API. There the API tells me I n
Hi, I would like to create an anonymous shopping cart using the Glue API. There the API tells me I need a token. When I call the /Token API, it tells me I have the wrong grant type. The documentation doesn't say anything about the grant type as a parameter or whatever. How do I get a token as Anonymous?
-
hello everyone. We are having a strange problem with our setup in Metro. Recently we have noticed so
hello everyone. We are having a strange problem with our setup in Metro. Recently we have noticed some orders are getting duplicated. On our nginx logs we can see 499 status_code has anyone had similar problems before?
-
Hi everyone, nice to join the commmunity 🙂
I'm looking for some help regarding
Hi everyone, nice to join the commmunity 🙂 I'm looking for some help regarding the REST API. The frontend facing api is very complete and well documented, we are however facing the challenge to connect an ERP/PIM to spryker; i.e. all product data needs to be WRITTEN into spryker, and orders placed by customers need to be…
-
Hello,
we want to extend the spryker customer page area, especially the order history part. We want
Hello, we want to extend the spryker customer page area, especially the order history part. We want to import additional information from our ERP system to spryker and show it to the customer. We noticed, that already existing information here is fetched from Zed backend (like orders) and never from redis/elastic. Since we…
-
Hi everyone,
Anybody had integrated external oauth provider to spryker yet (auth0 specificaly)? I w
Hi everyone, Anybody had integrated external oauth provider to spryker yet (auth0 specificaly)? I would really appreciate if someone could direct me into the right direction / resources in order to achieve this.
-
Hi,
when using the twig cache with a quick ramp of high load (e.g. during load test scenarios), we
Hi, when using the twig cache with a quick ramp of high load (e.g. during load test scenarios), we experienced race conditions during updates of the file src/Generated/Yves/Twig/codeBucket/.pathCache (which could then get corrupt temporarily). This file is prefilled by the twig cache warmer and contains most Yves twig…
-
Hey everyone,
I'm looking into how to integrate Spryker OS with Auth0 and i stumbled upon the follow
Hey everyone, I'm looking into how to integrate Spryker OS with Auth0 and i stumbled upon the following documentation: https://docs.spryker.com/docs/scos/dev/glue-api-guides/202108.0/managing-customers/managing-customer-authentication-tokens-via-oauth-2.0.html The docs mentions a POST /token endpoint but regardless of what…
-
Hi everyone,
I updated ElasticSearch from version 5.6 to 7.16 and everything seems to work, except Z
Hi everyone, I updated ElasticSearch from version 5.6 to 7.16 and everything seems to work, except Zed. I get the following exception: Spryker\Service\Container\Exception\NotFoundException - The requested service "kernel" was not found in the container . So far, I didn't find a solution. Did anyone else have this issue and…
-
Who wants to help out here (B2C demo store error):
Who wants to help out here (B2C demo store error): https://www.reddit.com/r/spryker/comments/sntbyh/b2c_demo_help/?utm_medium=android_app&utm_source=share
-
_*Help with AWS demo setup.*_
Hey Spryker Community!
I’ve successfully set up Spryker for developm
*Help with AWS demo setup.* Hey Spryker Community! I’ve successfully set up Spryker for development on my local mac. But inn order to show Spryker to my team, I’m looking at setting it up on an AWS EC2 instance for demo purposes. I’ve got my EC2 instance and I’ve gone through the process of installing docker. I’ve got…
-
Hello guys. I've discovered an issue of case-insensitive storage keys by getting duplicate key value
Hello guys. I've discovered an issue of case-insensitive storage keys by getting duplicate key value violates unique constraint error messages in the propel.log for instance for "spy_glossary_storage-unique-key". The storage sync process converts the source of the key to lower-case in the corresponding *_storage database…
-
Hi guys,
and another issue:
On spryker cloud our zed logs are polluted by a failing health-check:
``
Hi guys, and another issue: On spryker cloud our zed logs are polluted by a failing health-check: Zed.CRITICAL: Error - Class 'Orm\Zed\PublishAndSynchronizeHealthCheck\Persistence\PublishAndSynchronizeHealthCheckQuery' not found in…
-
Hey guys,
did anyone of you ever experience that problem:
When syncing data into elastic we can find
Hey guys, did anyone of you ever experience that problem: When syncing data into elastic we can find the following error message in the rabbitmq and the elastic index is emtpy. That happens for product as well as CMS data (I attached only CMS data because error is smaller): { "write": { "key": "cms_page🇩🇪de_de:1", "value":…