routeChanged event emited unduly
[issue link]I’m migrating a vanilla Vue.js projecto to Nuxt.js. I’m facing an issue and I’m not able to determine the source of it.
Basically, when calling a specific action the following event is being emited without calling router.push or any other router method - Check it here https://cl.ly/3B3r011V1S31. Additionally, this is happing only on the first action dispatch. That action calls another action that returns a promise, I don’t know if that could be the source of the issue.
Thanks in advance for any help.