Resolve configuration sync issues, authentication errors, and SDK problems quickly. Search or browse common solutions.
Ensure your environment can reach api.appconfig.json on port 443.
Validate your API key and environment scope in the dashboard.
Force a fresh fetch by running acfg cache --flush.
Enable debug mode and check the terminal output for error codes.
If your app logs ACFG_TIMEOUT or the sync progress stalls past 80%, this is usually a network or proxy restriction.
*.appconfig.jsontimeout_ms in your SDK initialization (default: 5000)acfg sync --forceStill stuck? Run acfg diagnose --network and share the output.
This error indicates mismatched or expired credentials.
dev, staging, or prod)acfg_live_ are production-onlyNever hardcode keys. Use ACFG_API_KEY env var.
Common when there's a version mismatch between the SDK and the config schema.
npm update @appconfig/sdk or equivalentschema_version in your root config matches the SDK requirementACFG_DEBUG=true node app.jsThe platform rejects configs that don't conform to the defined schema.
acfg validate ./config.jsonOur engineering team monitors support channels 24/7. Provide your environment ID and log output for faster resolution.