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.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c399">#c399</a>)</em></sub></div>