Static GitHub Issues

[3258] A refresh bug about nuxt and iframe

prev: Access route path and params in nuxtServerInit
next: A refresh bug about nuxt and iframe

Version

v1.4.0

Reproduction link

nuxt-test.zip

Steps to reproduce

I found a very strange bug If I visit the page in the iframe When you refresh again, the server will be stuck The installation code is as follows

cd nuxt-test
npm i
npm run dev

However, just put the 143 line comment in /page/index.vue and restart it will not be stuck.

       this.addClickTab('/test-4')

How to solve this flush stuck bug

<!--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/c6953">#c6953</a>)</em></sub></div>