base44-troubleshooter
Fetch and analyze backend function logs to diagnose production issues in Base44 apps.
- Requires Base44 authentication (
npx base44 login) and must run from the project directory containingbase44/.app.jsonc - Primary command
base44 logssupports filtering by error level, function name, time range, and result limit - Typical workflow: pull recent errors across all functions, drill into a specific function, inspect a time range, then analyze stack traces and timestamps to correlate with user reports
Troubleshoot Production Issues
Prerequisites
Verify authentication before fetching logs:
npx base44 whoami
If not authenticated or token expired, instruct user to run npx base44 login.
Must be run from the project directory (where base44/.app.jsonc exists):
cat base44/.app.jsonc
Available Commands
More from base44/skills
base44-cli
The base44 CLI is used for EVERYTHING related to base44 projects: resource configuration (entities, backend functions, ai agents), initialization and actions (resource creation, deployment). This skill is the place for learning about how to configure resources. When you plan or implement a feature, you must learn this skill
1.5Kbase44-sdk
The base44 SDK is the library to communicate with base44 services. In projects, you use it to communicate with remote resources (entities, backend functions, ai agents) and to write backend functions. This skill is the place for learning about available modules and types. When you plan or implement a feature, you must learn this skill
1.5Kreview-skills
Review and analyze a skill against best practices for length, intent scope, and trigger patterns
61skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
55sync-cli-skill
Synchronize the base44-cli skill with the latest CLI source code from the Base44 CLI repository
54sync-sdk-skill
Synchronize the base44-sdk skill with the latest SDK source code from the Base44 SDK repository
53