TanStackT
TanStack5mo ago
19 replies
faint-white

Deployment at vercel not working (TS Start + Convex)

I'm trying to deploy an app on vercel with convex backend, better auth, and Tanstack Start.

I followed all the rules (are just one)

// vite.config.ts
import tailwindcss from "@tailwindcss/vite"
import { tanstackStart } from "@tanstack/react-start/plugin/vite"
import viteReact from "@vitejs/plugin-react"
import { defineConfig } from "vite"
import tsconfigPaths from "vite-tsconfig-paths"

export default defineConfig({
  plugins: [
    tsconfigPaths(),
    tailwindcss(),
    tanstackStart({ customViteReactPlugin: true }),
    viteReact()
  ]
})
Cursor_2025-08-29_19.41.55.png
Arc_2025-08-29_19.42.54.png
Arc_2025-08-29_19.44.20.png
Was this page helpful?