-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
Which project does this relate to?
Router
Describe the bug
When trying to run the "start-basic-auth" sample in an Ubuntu instance on WSL 2 on an ARM machine, the following error is logged to the console:
TypeError: Cannot read properties of undefined (reading 'graph')
at new ii (/home/(user)/projects/sandpit/tanstack-examples/start-basic-auth/node_modules/.pnpm/@prisma+client@7.4.2_prisma@7.4.2_@types+react@19.2.14_react-dom@19.2.4_react@19.2.4__r_49b4b128965f74ea9bbd7586bc0c7d7a/node_modules/@prisma/param-graph/src/serialization.ts:305:46)
... 18 lines matching cause stack trace ...
at async file:///home/(user)/projects/sandpit/tanstack-examples/start-basic-auth/node_modules/.pnpm/@tanstack+start-plugin-core@1.166.3_@tanstack+react-router@1.166.3_react-dom@19.2.4_rea_a7f1db737eddf2e106030b1d3fd0b9ae/node_modules/@tanstack/start-plugin-core/dist/esm/dev-server-plugin/plugin.js:115:30
This is after running:
npx gitpick TanStack/router/tree/main/examples/react/start-basic-auth start-basic-authpnpm installpnpm dev
Your Example Website or App
https://github.com/TanStack/router/tree/main/examples/react/start-basic-auth
Steps to Reproduce the Bug or Issue
- Install
nodevianvmthenpnpmvianpm install -g pnpm - Clone on a WSL 2 ARM Ubuntu instance
cdto above cloned folderpnpm installpnpm dev
Expected behavior
I'd expect the UI to start without errors.
Screenshots or Videos
No response
Platform
- whatever dependencies are provided in the sample's
package.json - ARM Surface Laptop 7
- WSL 2
- Ubuntu
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels