Replies: 1 comment 1 reply
-
|
can you please provide more context? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can confirm that my basic configuration is correct, but I am not sure if there are other issues.
log: response
<!DOCTYPE html><html><head><script class='tsr-once'>const __TSR_SSR__={matches:[],streamedValues:{},initMatch:o=>(__TSR_SSR__.matches.push(o),o.extracted?.forEach(l=>{if(l.type==="stream"){let r;l.value=new ReadableStream({start(e){r={enqueue:t=>{try{e.enqueue(t)}catch{}},close:()=>{try{e.close()}catch{}}}}}),l.value.controller=r}else{let r,e;l.value=new Promise((t,a)=>{e=a,r=t}),l.value.reject=e,l.value.resolve=r}}),!0),resolvePromise:({matchId:o,id:l,promiseState:r})=>{const e=__TSR_SSR__.matches.find(t=>t.id===o);if(e){const t=e.extracted?.[l];if(t&&t.type==="promise"&&t.value&&r.status==="success")return t.value.resolve(r.data),!0}return!1},injectChunk:({matchId:o,id:l,chunk:r})=>{const e=__TSR_SSR__.matches.find(t=>t.id===o);if(e){const t=e.extracted?.[l];if(t&&t.type==="stream"&&t.value?.controller)return t.value.controller.enqueue(new TextEncoder().encode(r.toString())),!0}return!1},closeStream:({matchId:o,id:l})=>{const r=__TSR_SSR__.matches.find(e=>e.id===o);if(r){const e=r.extracted?.[l];if(e&&e.type==="stream"&&e.value?.controller)return e.value.controller.close(),!0}return!1},cleanScripts:()=>{document.querySelectorAll(".tsr-once").forEach(o=>{o.remove()})}};window.__TSR_SSR__=__TSR_SSR__; ; if (typeof __TSR_SSR__ !== 'undefined') __TSR_SSR__.cleanScripts()</script><script class='tsr-once'>__TSR_SSR__.initMatch({"id":"__root__","__beforeLoadContext":"{\"user\":null}","loaderData":"{\"$undefined\":0}","error":"{\"$undefined\":0}","extracted":null,"updatedAt":1738931056945,"status":"success"}); console.info(`Injected From Server: __TSR_SSR__.initMatch({"id":"__root__","__beforeLoadContext":"{\\"user\\":null}","loaderData":"{\\"$undefined\\":0}","error":"{\\"$undefined\\":0}","extracted":null,"updatedAt":1738931056945,"status":"success"})`); if (typeof __TSR_SSR__ !== 'undefined') __TSR_SSR__.cleanScripts()</script><script class='tsr-once'>__TSR_SSR__.dehydrated = "{\"manifest\":{\"routes\":{\"__root__\":{\"preloads\":{\"$undefined\":0},\"assets\":[{\"tag\":\"script\",\"attrs\":{\"type\":\"module\"},\"children\":\"import RefreshRuntime from \\\"/_build/@react-refresh\\\";\\nRefreshRuntime.injectIntoGlobalHook(window)\\nwindow.$RefreshReg$ = () => {}\\nwindow.$RefreshSig$ = () => (type) => type\\nwindow.__vite_plugin_react_preamble_installed__ = true\"},{\"tag\":\"script\",\"attrs\":{\"src\":\"/_build/@fs/w/tanstack-start-example/app/client.tsx\",\"type\":\"module\",\"suppressHydrationWarning\":true,\"async\":true}}]}}},\"dehydratedData\":{\"$undefined\":0}}"; console.info(`Injected From Server: __TSR_SSR__.dehydrated = "{\\"manifest\\":{\\"routes\\":{\\"__root__\\":{\\"preloads\\":{\\"$undefined\\":0},\\"assets\\":[{\\"tag\\":\\"script\\",\\"attrs\\":{\\"type\\":\\"module\\"},\\"children\\":\\"import RefreshRuntime from \\\\\\"/_build/@react-refresh\\\\\\";\\\\nRefreshRuntime.injectIntoGlobalHook(window)\\\\nwindow.$RefreshReg$ = () => {}\\\\nwindow.$RefreshSig$ = () => (type) => type\\\\nwindow.__vite_plugin_react_preamble_installed__ = true\\"},{\\"tag\\":\\"script\\",\\"attrs\\":{\\"src\\":\\"/_build/@fs/w/tanstack-start-example/app/client.tsx\\",\\"type\\":\\"module\\",\\"suppressHydrationWarning\\":true,\\"async\\":true}}]}}},\\"dehydratedData\\":{\\"$undefined\\":0}}"`); if (typeof __TSR_SSR__ !== 'undefined') __TSR_SSR__.cleanScripts()</script><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><script src="/_build/@fs/w/tanstack-start-example/app/client.tsx" type="module" async=""></script><title>Starter</title><link rel="stylesheet" href="/_build/app/index.css"/></head><body class="h-screen overflow-hidden antialiased"><div>Not Found</div><script type="module">import RefreshRuntime from "/_build/@react-refresh"; RefreshRuntime.injectIntoGlobalHook(window) window.$RefreshReg$ = () => {} window.$RefreshSig$ = () => (type) => type window.__vite_plugin_react_preamble_installed__ = true</script></body></html>Beta Was this translation helpful? Give feedback.
All reactions