HCL Commerce Version 9.1.12.0

Troubleshooting: Store Preview feature fails with Kubernetes deployment

After deploying HCL Commerce 9.1.12.0 via the Helm Chart, the Store Preview feature fails to load for React-based storefronts (Emerald and Sapphire).

Problem

After deploying HCL Commerce 9.1.12.0 onto a Kubernetes cluster via the Helm Chart, the Store Preview feature fails to load for React-based storefronts (Emerald and Sapphire).

Solution

  • This issue is resolved in subsequent releases. Deploy HCL Commerce 9.1.13.0 or greater.
  • If a newer release is not yet available, manually correct the issue:
    1. Ensure that the EXTERNAL_DOMAIN_NAME Vault key value is set. It can be found at the following path.
      VAULT_URL/TENANT/ENVIRONMENT/externalDomainName
      For example, mycompany.com.
    2. Modify the HCL Commerce 9.1.12.0 Helm Chart.
      1. Open the store-web.yaml Helm Chart template.
      2. Locate the env section.
      3. Add the following lines.
        - name: "CONFIGURE_MODE"
        value: {{ $.Values.common.configureMode | quote }}
      4. Save and close the file.
    3. Redeploy HCL Commerce.

Result

The Store Preview feature functions as anticipated.