First search for your question or topic, or browse the discussions below
Hello Team, We are encountering an error during checkout related to session handling. We are using SSO through OKTA, and the error log we are seeing is as follows: Uncaught exception 'Spryker\Shared\SessionRedis\Handler\Exception\LockCouldNotBeAcquiredException' with message…
Hello Team, I am looking for a way to prevent non-logged-in customers from accessing my Spryker shop. I want to know where the first script runs or where the session check occurs so that I can set up login prevention without adding logic to each controller. Is there an entry point where I can implement this?