Subscribe on changes!

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

avatar
Aug 30th 2022

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

avatar
Aug 30th 2022

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 api.now in your codebase? There is nothing like that in ours.