-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed as not planned
Description
Which project does this relate to?
Start
Describe the bug
I ran into the following bug after following the "devinxi" guide and upgrading the packages to the following version.
"@tanstack/react-query": "^5.80.7",
"@tanstack/react-query-devtools": "^5.80.7",
"@tanstack/react-router": "^1.121.2",
"@tanstack/react-router-devtools": "^1.121.5",
"@tanstack/react-router-with-query": "^1.121.2",
"@tanstack/react-start": "^1.121.7",
After double checking the official examples, I noticed that they are also having the same issues:
Running the official Start Clerk Basic
example in Stackblitz results in an immediate crash when starting the dev server. The error appears to originate from the TanStack Start server runtime.
It seems to happen in other Examples as well such as Start Basic React Query
Your Example Website or App
Steps to Reproduce the Bug or Issue
- Open the official
Start Clerk Basic
example in Stackblitz or clone the repo - Run
npm install
- Run
npm run dev
- Navigate to
http://localhost:3000/
- App crashes and error messages in the terminal as seen in screenshot (
No HTTPEvent found in AsyncLocalStorage
)
Expected behavior
The application should launch without runtime errors and render the homepage with Clerk authentication integration.
Screenshots or Videos
Platform
- OS: [e.g. macOS, Windows, Linux]
- Browser: [e.g. Chrome, Safari, Firefox]
- Version: [e.g. 91.1]
Additional context
No response
Ignatella
Metadata
Metadata
Assignees
Labels
No labels