-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
information neededFurther information is requestedFurther information is requested
Description
Which project does this relate to?
Router
Describe the bug
This is the bun monorepo : https://github.com/amanmavai/mn_projects, I am working on which has one backend bun_api_space and one frontend project tanstack_router_space
It has auth setup using better-auth
The app was working fine till version 1.40.0 , below commands can verify
- start the backend bun --filter bun_api_space dev
- run the e2e testcases, cd to tanstack_router_space project, then run
bun run test:e2e
After I have upgraded to 1.40.1, the e2e test command started failing
Also when I run the app in dev mode, its not working, it seems authClient is not defined
Your Example Website or App
https://github.com/amanmavai/mn_projects
Steps to Reproduce the Bug or Issue
- change all the @TanStack packages in root of monorepo in the catalog section to version 1.40.1
- run
bun install - start the backend
bun --filter bun_api_space dev - run the e2e testcases, cd to tanstack_router_space project, then run
bun run test:e2e - or run the dev server and check if the app is not running
Expected behavior
Ideally the app should run fine as it was running on or before version 1.40.0
Screenshots or Videos
No response
Platform
- Router / Start Version: [e.g. 1.40.1]
- OS: macOS
- Browser: Chrome
Additional context
No response
coderabbitai
Metadata
Metadata
Assignees
Labels
information neededFurther information is requestedFurther information is requested