base44-troubleshooter

Installation
Summary

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
SKILL.md

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

Related skills
Installs
933
Repository
base44/skills
GitHub Stars
74
First Seen
Feb 24, 2026