Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/core #6567
Replies: 4 comments 1 reply
-
I will convert this into a discussion where you could try and find someone helping you to narrow it down. As it stands, this is not a valid bug report as it offers us no way to analyze the described behavior. Even if you did, it seems related to vue-router and thus would need to be in the router repo. one tip: is there anything called |
Beta Was this translation helpful? Give feedback.
-
===> one tip: is there anything called api.now in your codebase? There is nothing like that in ours. No. In my entire codebase there is no such function or code |
Beta Was this translation helpful? Give feedback.
-
I found this key word in vue router's CHANGELOG.md file Features
|
Beta Was this translation helpful? Give feedback.
-
Hi LinusBorg, Sorry for delayed reply. I was using beta version of the devtools. Now I have installed latest version 6.2.1. Thanks for your guidance and spending your valuable time. Regards |
Beta Was this translation helpful? Give feedback.
-
Vue version
3.2.37
Link to minimal reproduction
not-able-to-provide-it-please-see-steps-to-reproduce.com
Steps to reproduce
When I am trying to navigate back to previous page or click on router menu to navigate to any page I am getting this warning.
As this is large project I am not able to create sample project to reproduce it or draft steps to reproduce.
How ever when I stop the application and re-start it this error is not coming.
Also I am getting this error 'TypeError: api.now is not a function' from runtime-core.esm-bundler.js? bundler.
If I get any guidance or clue how to track it or how to find the cause of this error I will try and let you know further details.
Regards
Sujan
What is expected?
Should navigate to page selected or previous page.
What is actually happening?
Staying in the same page.
System Info
No response
Any additional comments?
No response
Beta Was this translation helpful? Give feedback.
All reactions