TanStackT
TanStack6mo ago
4 replies
clean-aquamarine

Tanstack Start using solid and Tauri

Tauri only support spa mode.
My vite plugin,
  plugins: [
    tsConfigPaths(),
    tanstackStart({ customViteSolidPlugin: true, spa: { enabled: true } }),
    viteSolid({ ssr: false }),
  ],

I get error
An error occured while server rendering /:

    Client-only API called on the server side. Run client-only code in onMount, or conditionally run client-only component with <Show>.
Was this page helpful?