You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I managed to reproduce the issue multiple times, and I have included videos below to demonstrate.
Video 1: https://streamable.com/azg5k5
In this video, you can see the logged navigation object, which shows that the route didn’t change. When attempting to navigate to the channel details, the navigation issue persisted, preventing access to the channel details page.
Video 2: https://streamable.com/vcnt2l
In this video, I had to completely close the browser (simply closing Vue DevTools didn’t help). After restarting the browser, I was able to access the application again, and the issue no longer occurred. Additionally, the logged 'from' object shows that the route didn’t change, and no code changes were made in my project.
Steps to Reproduce:
Start the project: yarn dev
Open Firefox browser
Go to localhost:3000
Open the inspect tool in a separate window with the latest Vue.js DevTools extension installed
Operating System: Linux - Ubuntu
"packageManager": "[email protected]",
"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?
The text was updated successfully, but these errors were encountered: