AI generation failures
When generation doesn't start, freezes, or delivers inconsistent results.
Last updated
Was this helpful?
When generation doesn't start, freezes, or delivers inconsistent results.
Generation does not start after sending the prompt.
Generation keeps “running” for a long time.
The result comes back incomplete or inconsistent with the prompt.
Simplify the prompt. Make a minimal version.
Generate again. Avoid multiple parallel submissions.
Reload the page. Try an incognito window.
Disable adblock/privacy extensions for the domain.
The prompt has goal, modules/entities, and minimal screens.
Avoid ambiguity: “a complete system” without scope explodes cost and time.
Open the browser Console.
Check if there is a failing request (401/403/429/5xx).
If there is a “rate limit”, wait a few minutes and try again.
Avoid giant prompts. Break them into steps.
Gets stuck halfway: reduce the scope and generate in increments.
Poor specification: force structure with sections and bullets.
Result missing parts: ask for only 1 thing at a time (“add X”, then “adjust Y”).
The same minimal prompt fails 3 times.
Repeatable 5xx error.
Generation completes, but the app does not run even in Preview.
Before escalating, gather this evidence. It greatly reduces back-and-forth.
Project and environment (Dev/Staging/Prod).
Time of the error (with timezone).
Steps to reproduce (short and deterministic).
Full error message (no cropped screenshots).
Screenshot of the screen (if applicable).
Browser console (relevant errors and warnings).
Tab Network (request that failed + status + payload, if there is no sensitive data).
If there is a requestId, traceId or execution link, include it as well.
Last updated
Was this helpful?
Was this helpful?
