AI app repair is the process of diagnosing and stabilising an AI-built app so it works outside the preview window. That can include generated code, deployment configuration, environment variables, auth callbacks, database rules, routing, frontend state, API handling, package versions and server errors.
If you do not know where the fault starts, begin with proper diagnosis. It is usually safer than asking for another blind prompt, because the next prompt may change files that were already working.
Useful diagnosis details include the app URL, the builder or code tool used, what changed recently, deployment logs, browser console errors, auth provider details, database behaviour and the user journey that fails.