Skip to main content
This page covers what to do when something goes wrong in your project, whether during local development or in production.
When working with the CLI, it will give you detailed error messages with actionable hints directly in your terminal.

Check the status page

Visit the Base44 status page before debugging further. If there’s a platform-wide incident, your issue may resolve on its own.

Debug backend functions

If you’re using an AI coding agent, the base44-troubleshooter skill teaches it to fetch and analyze your backend function logs automatically. Ask your agent something like “show me all errors from the last hour” and it will pull the relevant logs, identify patterns, and suggest fixes. For manual debugging, use the logs command to view function output, errors, and timing information. You can filter by function name, log level, and time range.

Get help

Ask questions, share feedback, and request features on GitHub Discussions.