Dead-End Auth / Random Images / Broken Layout

Access Portal

Login und Register existieren hier nur als visuelles Theater. Die Felder sehen wichtig aus, speichern aber nichts und führen nirgendwohin.

.env Spill

NEXT_PUBLIC_MODEvolatile
AUTH_SECRET***fake***-70e
DATABASE_URLpostgres://fictional
NEXT_PUBLIC_DEBUGtrue-710
SESSION_TTL03:17
FEATURE_FLAG_CLIPon-712
API_GATEundefined

Dead Ends

01

Kein submit triggert einen echten Account-Flow.

02

Die Bilder werden im Browser generiert und ändern sich mit dem Seed.

03

Ein bisschen Hydration-Drift ist hier Teil der Show.

Script Failures

Die Seite tut jetzt so, als ob ihre Scripts regelmäßig aufgeben.

01Error: failed to load imaginary config from /dev/null
at Object.<anonymous> (app/page.tsx:61:3)

persisted nowhere useful

02UnhandledPromiseRejection: the button refused the click
at Object.<anonymous> (app/page.tsx:61:3)

persisted nowhere useful

03RangeError: maximum chaos exceeded
at Object.<anonymous> (app/page.tsx:61:3)

persisted nowhere useful

04TypeError: layout.shift is not a function
at Object.<anonymous> (app/page.tsx:61:3)

persisted nowhere useful

05Invariant violated: this panel already escaped the grid
at Object.<anonymous> (app/page.tsx:61:3)

persisted nowhere useful

npm run fail:seed --mode=login
next dev // silent panic // hot reload drama
console.error('intentional failure injected');

Service Worker Errors

The offline layer is also pretending to fail.

SW1QuotaExceededError: the browser rejected another fake asset
at renderPortal (auth-chaos.tsx:42:13)

collapsed into a prettier mess

SW2Warning: navigation preload returned stale nonsense
at mountShell (auth-chaos.tsx:87:5)

persisted nowhere useful

SW3Uncaught DOMException: Failed to execute CacheStorage.open
at submitDeadEnd (auth-chaos.tsx:109:11)

recovered with more noise

SW4ServiceWorkerError: cache put rejected for /fictional-shell.js
at retryChaos (auth-chaos.tsx:133:9)

logged and ignored