Broken Navigation in Nuxt 3.12.2 - Uncaught (in promise) TypeError: Cannot redefine property: __navigationId at Function.defineProperty (<anonymous>)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 279
- PR merge metrics
- No merged PRs in 30d
Description
Operating System: Linux - Ubuntu
"packageManager": "yarn@4.3.1",
"volta": {
"node": "20.11.0"
}
"engines": {
"node": ">=20.11.0"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/kit": "^3.12.4"
},
"dependencies":{
"nuxt": "^3.12.4",
"vue": "^3.4.21"
},
DESCRIPTION:
After moving to Nuxt 3.12.4 version, we occasionally encounter a navigation_id error in our console. It is unclear to our whole development team what the issue's source is. Here is the screenshot of it.
Developers raised an issue with Nuxt, but we received information that it is related to VueDevtools.
Can you please check this?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file, test, or entry point is named. Start by reproducing the navigation error with the listed Nuxt, Vue, Node, and package-manager versions, then trace the __navigationId failure; done means identifying whether Vue Devtools causes it and documenting or fixing the confirmed cause.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxt, typescript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100