Static GitHub Issues

[2737] router.push() is not working in latest nuxt release

prev: Inconsistent scrollToTop behaviour after update to 1.3.0
next: page fetch and action/dispatch redirect not working.

router.push() is not reloading the page contents in the latest nuxt release while changing the URL query

i.e For pagination, when clicking the 2nd page, URL is changed by this.$router.push({query: {'page': 2}}). Usually router.push() will call from created hook. But now its only changing the url query and its not refreshing data.

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2376">#c2376</a>)</em></sub></div>