DAM and Web Content fail to display in Digital Experience

When looking for DAM or Web Content within Digital Experience (DX), nothing is displayed.

Problem

DAM and Web Content are not being displayed where expected.

Solution

Manually enable them by running the following two commands:
  1. Within the DX Core container, navigate to the /opt/HCL/wp_profile/ConfigEngine/ directory.
  2. Run the following commands:
    1. ConfigEngine.sh enable-media-library -Dstatic.ui.url=https://AUTH_COMMERCE_REACT_STORE_HOST_NAME/dx/ui/dam -DWasPassword=wpsadmin -DPortalAdminPwd=wpsadmin
    2. ConfigEngine.sh enable-headless-content -Dstatic.ui.url=https://LIVE_COMMERCE_REACT_STORE_HOST_NAME/dx/ui/content -DWasPassword=wpsadmin -DPortalAdminPwd=wpsadmin

There is no need to restart the server once complete. The DAM and Web Content will now be displayed as expected.