Which project does this relate to?
Start
Describe the bug
When running the build output of the start-basic-auth example, it doesn't work. When refreshing the /post page, it throws the error "Something went wrong! e is not iterable".
Tried upgrading to the latest Prisma causing build errors.
Your Example Website or App
https://github.com/TanStack/router/tree/main/examples/react/start-basic-auth
Steps to Reproduce the Bug or Issue
pnpm install
npm run prisma-generate
npx prisma migrate deploy
npm run build
npm run start
- open http://localhost:3000/posts and refresh, error will be displayed.
Expected behavior
When refreshing the page http://localhost:3000/posts it should not display any errors.
Screenshots or Videos

Platform
- OS: Windows
- Browser: Chrome
- Version: 135.0.7049.42
Additional context
Variables from .env are also not loaded in production. On the latest Prisma it produces a build error.