Common errors and fixes per provider and workflow.
runfabric.yml or switch provider. See EXAMPLES_MATRIX.md for support matrix.runfabric generate function patches the reference-format functions array in runfabric.yml.functions as an array of entries with name, entry, and triggers, or edit the config manually.AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION. Optional: AWS_SESSION_TOKEN for temporary creds.lambda:*, apigateway:*, sqs:*, etc. as needed. See PROVIDER_SETUP.md.us-east-1). Wrong region can cause “resource not found” or timeout.GCP_PROJECT_ID and ensure Application Default Credentials (gcloud auth application-default login) or a service account key.GCP_PROJECT_ID matches the project in the console. Check billing and APIs (Cloud Functions API) are enabled.AZURE_SUBSCRIPTION_ID, AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET (or use Azure CLI login).KUBECONFIG or use default ~/.kube/config. Ensure the context has namespace and RBAC for creating deployments/services.CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID.RUNFABRIC_CLOUDFLARE_REAL_DEPLOY=1 for real API deploy. See PROVIDER_SETUP.md.invoke logs has no live tail output: Install wrangler CLI so RunFabric can use wrangler tail. Without it, RunFabric falls back to Cloudflare API tail.RUNFABRIC_CLOUDFLARE_DISABLE_WRANGLER_TAIL=1.VERCEL_TOKEN, NETLIFY_AUTH_TOKEN). See PROVIDER_SETUP.md.runfabric.compose.yml must point to a valid runfabric.yml with a supported provider and runtime (e.g. nodejs20.x). Fix the service config or runtime in the referenced runfabric.yml.--concurrency (see COMMAND_REFERENCE.md).