Troubleshoot production issues using backend function logs. Use when investigating app errors, debugging function calls, or diagnosing production problems in…
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 containing base44/.app.jsonc Primary command base44 logs supports 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
don't have the plugin yet? install it then click "run inline in claude" again.