← All Reports

Report #7

Project: Lenci R1 V0.1.8

2026-02-26 12:57:17

#7 2026-02-26 12:57:17

Description

Issue Description On the Signup Page, multiple static assets (JS/CSS/images/fonts) are failing to load, resulting in: Console errors for missing files (404 / failed to fetch). Incomplete styling and layout rendering. Potential broken UI components or missing interactive behavior. Visual inconsistencies compared to the intended design. The page loads partially, but required dependencies are not being resolved correctly. Expected Behavior All required static assets for the Signup page load successfully. No 404 or failed network requests appear in the console. The layout renders fully styled with correct fonts, animations, and interactive behaviors. The page functions independently without depending on unavailable landing-page-only assets. Acceptance Criteria No 404 / failed resource errors appear in the browser Network or Console tabs when loading /signup. All CSS files are loaded and applied correctly (no unstyled components). All required JS bundles load without runtime errors. Fonts and images render properly with no fallback or missing placeholders. Page behavior (form validation, buttons, OAuth) works without console warnings or errors. The issue is reproducible before fix and fully resolved after deployment.

Console Output

signup.html:1 [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) <input placeholder=​"Password" required aria-invalid=​"false" class=​"w-full p-3 ps-11 rounded-lg bg-zinc-900 text-zinc-200 border transition-colors shadow-inner-soft placeholder:​text-zinc-500 border-zinc-700/​80 focus:​ring-2 focus:​ring-violet-500/​50 focus:​border-violet-500" type=​"password" value>​
signup.html:43  GET https://test-lenci.siyadatech.studio/assets/product-showcase/product-4.jpg 404 (Not Found)
signup.html:43  GET https://test-lenci.siyadatech.studio/assets/product-showcase/product-5.jpg 404 (Not Found)
LanguageContext-B-sxhRyK.js:91 [Violation] 'visibilitychange' handler took 183ms
LanguageContext-B-sxhRyK.js:25 [Violation] 'message' handler took 223ms
signup.html:1 Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received

Screenshots & Video