Troubleshooting

git bisect keeps skipping commits and ends with 'The first bad commit could be any of...' instead of one SHA. Skip whole ranges, use exit code 125, and fix the underlying build/environment problem to finish the bisect.

Troubleshooting

Listed 'text, watermark, extra fingers' in the negative prompt and got all three anyway? It is usually one of seven causes: not wired up, CFG too low, contradicted by the positive prompt, truncated past 75 tokens, wrong weight syntax, an overtrained checkpoint, or a Flux model that ignores negatives by design.

Troubleshooting

Subject's head is cut off or composition breaks on export to 9:16 / 1:1 / 16:9. Fix by generating natively at the target ratio, using Premiere Auto Reframe or DaVinci Smart Reframe to track the subject, or padding with smart bars.

Troubleshooting

Claude answered in plain prose instead of running your Skill. Usually the SKILL.md description is too vague, the Skill isn't enabled on this surface, it has disable-model-invocation set, or it got dropped from Claude Code's skill budget. Fixes verified June 2026.

Troubleshooting

AdSense Auto ads put a banner over your H1, an anchor ad over the CTA, or a full-screen vignette on every click. Constrain placement with the 2026 format groups and Excluded areas without killing 20-60% of revenue.

Troubleshooting

"Crawled — currently not indexed" balloons to thousands of `?sort=`, `?page=`, tag-combo URLs. Triage by source, block via robots.txt / canonical / noindex, and reclaim crawl budget — without the common mistake that hides your noindex tag.

Troubleshooting

Stripe, Twilio, and SendGrid all return 429 once traffic ramps. Read the rate-limit headers, add exponential back-off with jitter, cache idempotent GETs, dedupe concurrent calls, and batch writes — in that order.

#Backend #Debug
Troubleshooting

You changed robots.txt but Google still crawls or indexes the same URLs. The fix is almost always a cache layer or a duplicate file — here is how to find which one.

#Hosting #Debug
Troubleshooting

Build sits at "Building" with no new logs. Cancel it, read the last log line, then fix the real cause: a hung fetch in static generation, an install deadlock, OOM, or a postbuild hook.

#Hosting #Debug