| Page | Status | Note |
|---|---|---|
| taxes/the-1031.html | PASS | Content page, no console errors, no mobile overflow. Clean. |
| relocate/furnished-rentals.html | PASS | Content page clean. Shared nav has a dead "Book a call" anchor (see Navigation section). |
| relocate/furniture-rental.html | PASS | Content page clean. |
| relocate/movers-shippers.html | PASS | Content page clean. |
| manage/ava-calls-you.html | PASS | Form validation works — empty submit and short-phone both caught with clear on-page messages. No real number submitted. |
| ng_solve_price.html | PASS | Deal picker, solve, tiles and curve chart all rendered correctly. Only console entry is the cosmetic favicon 404. |
| ng_your_appraisal.html | PASS | "YOU DIFFER" disagreement mark appeared correctly when rent was edited; downstream numbers moved sensibly. |
| ng_owe_at_sale.html | GAP | Math and table correct. "See the same sale as a 1031" link 404s. |
| ng_roll_forward.html | GAP | Numbers correct, residence toggle moves the bill sensibly. "See the bill itself" link 404s. |
| ng_costseg_address.html | GAP | "Show me a finished example" works, table + chart render. "What this costs you back at the sale" link 404s. |
| ng_last_ten.html | PASS | Search returned exactly 10 timeline cards for 10390 Peninsula Pl. Colorblind-safe pills. |
| ng_rep_log.html | PASS | Sign-in gate shows correctly (this is the expected behavior per the task). Minor: clicking "Log it" while logged out fails silently with no visible message near the button. |
| ng_agent_cave.html | PASS | Search "garcia" returned results, tiles and live slider (recomputes percentile on drag) all work. |
| ng_find.html | PASS | Onboarding renders, swipe-to-like works, shortlist counter and live "learning about you" tag panel update correctly. |
ng_ filename prefix and 404.href="#talk" with no matching element on the page) — seen on every content page checked.ng_ tool pages carry a bare top nav with no hamburger and no phone number, while ng_find.html has a third variant (full nav + account menu + hamburger). Pick one.ng_rep_log.html's entry form stays fully interactive while logged out — clicking "Log it" silently 401s with no on-page error near the button.https://prestigen.letaibuildit.com/ng_owe_at_sale.html, link at bottom of the results table. Href resolves to https://prestigen.letaibuildit.com/roll_forward.html (missing the ng_ prefix; real page is ng_roll_forward.html).assets/broken-1031-link-404.pnghttps://prestigen.letaibuildit.com/ng_roll_forward.html, link at bottom of results. Href resolves to https://prestigen.letaibuildit.com/owe_at_sale.html (missing ng_ prefix; real page is ng_owe_at_sale.html).curl -sS -o /dev/null -w "%{http_code}" https://prestigen.letaibuildit.com/owe_at_sale.html → 404https://prestigen.letaibuildit.com/ng_costseg_address.html, link at bottom of the "Show me a finished example" result. Href resolves to https://prestigen.letaibuildit.com/owe_at_sale.html (same missing-prefix bug, third instance).ng_ pages for any relative link missing its ng_ prefix./ng_cost-segregation-audit-risk.html), is a correct absolute path and returns 200 — proving the fix pattern is already used elsewhere on the same page./taxes/the-1031.html, /relocate/furnished-rentals.html, /relocate/furniture-rental.html, /relocate/movers-shippers.html, /manage/ava-calls-you.html (all content pages checked). Link href is #talk; confirmed via document.querySelector('#talk') → no matching element exists on the page.ng_ tool pages (solve_price, your_appraisal, owe_at_sale, roll_forward, costseg_address, last_ten, rep_log, agent_cave): bare single-row text nav, no phone numbers, no preview banner, no hamburger on mobile.ng_find.html: full logo lockup + hamburger menu + account-menu icon, no phone numbers, no preview banner.
/ng_rep_log.html. The page correctly shows "The log is per person, so it needs you signed in" with a Sign in link at the top — that part is correct, expected behavior. But the "What did you do?" entry field and "Log it" button below remain fully enabled. Clicking "Log it" while logged out fires POST /api/re/rep-log, gets a 401, and nothing visible happens near the button — no inline error, no disabled state./favicon.ico → 404 in console.ng_*.html file on the VPS for relative links missing the ng_ prefix (the pattern is: link text says "...→" pointing to a bare filename like owe_at_sale.html or roll_forward.html instead of ng_owe_at_sale.html / ng_roll_forward.html). Fix all instances in one pass, not just the 3 found here — there may be more on tools outside this batch of 14.#talk anchor in the shared content-page header component.ng_ pages.