-
Sandbox directive settings in the application security policy header?
Hi all, has someone an explanation for the current sandbox directive settings in the application security policy header in yves? https://github.com/spryker/application/commit/92aaf096966a0724e726c6744533f900a924316d It does not look ideal, since Google Chrome for example triggers a warning for the usage of the combination…
-
Deactivated products still appear in Yves?
Hi everyone, I have tried to deactivate all my B2B marketplace products from DB and the changes is showing in the backoffice but not in the yves than i have removed products from multiple tables but having same issue. I have cleared the cache from both side and also used sync data command. please help me out.
-
Where to add more information inside the generated JWT payload.
Hello, we are seeking where to add more information inside the generated JWT payload. The how to page has disappeared. We're interested in modifiying the default login feature, so that the returned JWT from POST /access-tokens would contain custom fields.
-
Display customer list
Hi Team, I have added a GUI module in merchant portal, and want to display customer list for the same . I am using Customer Facade for the same, but unable to get the customer list . Is there anything else that needs to be done ?
-
Framework for 3rd party integration?
Hi Everyone, I have doubt about third party integration in spryker, Is there any framework provided by spryker for third party integration? Please guide me for this.
-
Logging to log file not working
Hi all, I'm trying to log information into the log file but all the methods I use do not seam to work. They don't return an error but the logs are not visible in the logs dashboard. Does anyone know how to log things in Spryker ?
-
How to go about translations?
Hello everyone, I'm working on translations in my Spryker app, and I'm a bit doubtful about how to do it. For Yves, it's pretty obvious, the data/import/common/common/glossary.csv file does the job well with a pretty logical key/value/locale strategy. For Zed, we go into another world, the texts are hardcoded and we find a…
-
Question about access tokens
Any ideas what could cause this: requesting an access token from Glue endpoint access-tokens works, as in returns an access token, but using that as an Authorization bearer token results in 401 "Invalid access token."?
-
How long should deploying boot file take?
Hello all, I am trying to deploy boot file but it is taking ages. It's been stuck here for the last 10 mins. Can someone please help
-
Help needed with PHP Parse error
PHP Parse error:
-
Generate a token for Glue backend API
Hi Team, I am trying generate a token for Glue backend API in DB, I could observe one Oauth client with identifier frontend Can someone explain how client ID is fetched when we pass the password grant type ?
-
Remove the menu from backoffice?
Added a new GUI module , also disabled the same for backoffice users , executed navigation:cache-build command , the new GUI is appearing as a menu in merchant portal as well as back office . As I have already denied access to backoffice , it is not able to access but how do I remove the menu from backoffice and only make…
-
Create custom job
Hi Team i want to create a custom job in spryker how do i create a job. As of now i'm aware of the jenkins.php only
-
Redirect a core Spryker URL to my custom module
Hi Everyone Need help with one issue that I am facing , I am trying to redirect a core spryker URL to my custom module , to do that I have extended the core RouteProviderPlugin and overrided the addRoutes() method to map url to my custom controller , also registered the routeproviderplugin in RouteDependencyProvider , but…
-
How to create custom API?
Hello, I am new in spryker. Can you help me How can I create a custom API in Spryker? Do you have any references or module for the same?
-
New field in customer table not getting saved to database
Hi Everyone, I am trying to add a custom field to customer table , have migrated the db changes and also added a DTO and generated the transfer for the same , but my new field is not getting saved in db. Am I missing something here ? Fairly new to spryker
-
Error while inserting new entry in $tableContactAvalara
Hi team , i have crateed a table and i am trying to insert an new entry suing $tableContactAvalara->save(); function but i got some error while performing this can anyone please help me out , thanks for your attention.
-
New Content Type not showing Content Item?
Hey dear helpers! I am currently adding a new Content Type and I followed the tutorial on how to do this. Now everything works except it doesn't show my Content Item in the WYSIWYG editor in the "Content Items" Dropdown. (see screenshot) What part am I missing? I can't seem to find out where the dropdown items come from.
-
Moved: Is there any `spryker/queue:1.10.0`? I see only till 1.9.x
This discussion has been moved.
-
RAM-aware batch processing example for GlossaryWriterStep
So looking at this RAM-aware batch processing example for GlossaryWriterStep: https://docs.spryker.com/docs/scos/dev/technical-enhancement-integration-guides/integrate-elastic-computing.html#integrate-ram-aw[…]batch-processing Seems that nothing is going to get persisted in the database if the dataset is so small that this…
-
Moved: Docker/sdk transfer exist Error
This discussion has been moved.
-
How to fetch database data to frontend in Spryker?
HI TEAM, can anyone guide me how to fetch database data to frontend in spryker. any guide link?
-
(Untitled)
-
Hi Guys,
facing below issue. someone please let me know how we will increase the PHP execution time
Hi Guys, facing below issue. someone please let me know how we will increase the PHP execution time for Marchant portal.
-
Database fetch on backoffice quote request page
Hi team. i have database column in which values are stored based on that column i want to fetch on backoffice quote request page. Can anybody give me idea how to do it?
-
My backoffice all of a sudden stopped working, nothing related has been changed. Ideas?
My backoffice all of a sudden stopped working, nothing related has been changed. Ideas?
-
Classes & interfaces in Spryker's GlueApplication module are "deprecated without replacement"?
a lot of classes & interfaces in spryker's GlueApplication module are "deprecated without replacement". like: • \Spryker\Glue\GlueApplication\Rest\Request\Data\RestRequestInterface • \Spryker\Glue\GlueApplication\Rest\ControllerFilter these classes are fundamental for the rest api functionality it provides. if these…
-
Is there a “spryker” way to generate orders for local environment?
Is there a “spryker” way to generate orders for local environment?
-
Challenge with adding multiple languages
Solved Hi all, I am trying to add a new language "fr_FR" to our site. I've added the locale value "fr" => "fr_FR" in the config.php file and added the fallback_locale translation in the config_default.php and emptied the cache. I can select the new locale from the header languageSwitcherWidget but when I try to access the…
-
Hi everyone,
we are trying to deploy a spryker b2b marketplace application on our own server AWS EC
Hi everyone, we are trying to deploy a spryker b2b marketplace application on our own server AWS EC2 (not provisioned by spryker for internal tests purposes) 1- we have a deploy.yml file 2- we have a domain which points route 53 to the server EC2 3- we use docker/sdk boot deploy.yml && docker/sdk up on the server Do we…