Edit in GitHubLog an issue

Troubleshooting

Use the following solutions to resolve common issues with App Management.

Configuration validation errors

The entire app.commerce.config is validated each time you run a generate command. Schema validation is included as part of this validation. If validation fails, check:

  1. Required properties. Fields must have name, label, and type.

  2. Type-matched defaults. Default values must match the field type.

  3. Valid metadata. App metadata must include id, displayName, description, and version.

Runtime actions not generated

  1. Verify app.commerce.config exists with valid configuration.

  2. Manually run:

    Copied to your clipboard
    npx aio-commerce-lib-app generate all

App not appearing in App Management

  1. Verify app is deployed:

    Copied to your clipboard
    aio app deploy
  2. Check runtime actions are generated in .generated folders.

  3. Confirm valid configuration schema.

  4. Verify correct organization in Developer Console.

Configuration not saving

  1. Check for validation errors in the Admin UI.

  2. Verify that runtime actions are deployed.

  3. Check your browser console for errors.

Encryption key errors

  1. Validate your encryption key configuration.

    Copied to your clipboard
    npx aio-commerce-lib-config encryption validate
  2. Generate an encryption key (only creates one if it does not already exist).

    Copied to your clipboard
    npx aio-commerce-lib-config encryption setup
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2026 Adobe. All rights reserved.