The Issues tab tracks errors that occur in your application. Click Configuration in your application's navigation bar and select the Issues tab to view them.
When your application encounters a runtime error, Aha! Builder records it here with details about what went wrong. Use this page to identify recurring problems, understand error patterns, and decide what to fix next — either by prompting Elle (the AI assistant) to resolve the issue or manually through the Code editor.
Issues are tracked separately for your Preview and Production environments. Use the toggle at the top of the page to switch between them.
Click any of the following links to skip ahead:
Issues overview page
When you navigate to Operate -> Configuration -> Issues, you will see a list of all errors that have occurred in your application.
Status: The status of an issue (either Open or Resolved)
Title: The error code associated with the issue; click it to view details about that particular issue
Type: Common issue types are build errors, server function errors, and general errors
Count: How many times this issue has occurred
Last seen: When an instance of the issue last occurred
Click into any issue to see more details or work with Elle to resolve it.
Resolve application issues
From any issue, you can see details to help you evaluate its scope and resolve it.
The issue description will give you details on the error message itself, its Source, when it was First and Last seen, and the total number of Occurrences.
Events: Things that happened in your application that may have contributed to this issue.
Recent occurrences: Other times this issue happened
Stack trace: Where in the application code the issue happens
Logs: Any server logs that happened at the same time as this issue
Click Fix with AI to assign the issue to Elle. As the coding assistant gets to work, you can see Elle's progress and process in the chat window. The application will reload when Elle is finished.
You can click Fix with AI on multiple issues, and queue a backlog of changes for Elle to resolve.