Deployloading...
← back

Fixed Mode

/assets/fixed/* → Worker returns 404 for static file extensions

← Broken mode

How the fix works: run_worker_first routes /assets/fixed/* to the Worker. The Worker checks for static file extensions and returns 404 instead of index.html.

⚠ Hydration Mismatch Zone

Server: "Server: static"

Client: "Client: loading..."

React expects server and client renders to match. When they diverge, you get Minified React error #418 during hydration.

No errors yet. Click a trigger button above.