TanStackT
TanStack4mo ago
8 replies
technological-jade

Updating to RC possibly broke deployment

Repo: redacted
Netlify permalink to broken 404 link: https://68d329d2af81ec328595856a--hatchetbrand.netlify.app/

I migrated to createRouter() as per the guide.

Current deps
  "scripts": {
    "dev": "vite dev",
    "build": "vite build && tsc --noEmit",
    "start": "vite start"
  },
  "dependencies": {
    "@mdx-js/react": "^3.1.1",
    "@mdx-js/rollup": "^3.1.1",
    "@tanstack/react-router": "^1.132.2",
    "@tanstack/react-router-devtools": "^1.132.2",
    "@tanstack/react-start": "^1.132.2",
    "@types/mdx": "^2.0.13",
    "react": "^19.1.1",
    "react-dom": "^19.1.1",
    "rehype-pretty-code": "^0.14.1",
    "remark-frontmatter": "^5.0.0",
    "remark-gfm": "^4.0.1",
    "remark-mdx-frontmatter": "^5.2.0",
    "shiki": "^3.13.0",
    "zod": "^4.1.11"
  },
  "devDependencies": {
    "@csstools/postcss-global-data": "^3.1.0",
    "@netlify/vite-plugin-tanstack-start": "^1.0.0",
    "@shikijs/transformers": "^3.13.0",
    "@types/node": "^24.5.2",
    "@types/react": "^19.1.13",
    "@types/react-dom": "^19.1.9",
    "@vitejs/plugin-react": "^5.0.3",
    "postcss-preset-env": "^10.4.0",
    "typescript": "^5.9.2",
    "vite": "^7.1.7",
    "vite-tsconfig-paths": "^5.1.4"
  }


It deployed fine prior to RC, as if it cannot find the index.js file once built.
No build errors locally. Only the same warnings as seen on Netlify build log.
(Also gives me 404 on Vercel)

Likely something trivial as I see no one else seems to share this issue yet?
image.png
image.png
Was this page helpful?