MaximVanhove / vue-router-back-button

Add a back button to your application
MIT License
66 stars 9 forks source link

History tracking does not work when history has modified by external effects. #14

Open jokerol opened 3 years ago

jokerol commented 3 years ago

Hi, I found history tracking is not working with loop-back address 127.0.0.1. But It works with 192.168.219.5 (eg). (_history array is 0 length)

Below closed issue that original poster didn't response is maybe related with this issue, what I found.

I'm using Nuxt.js v2.12.0, Vue v2.6.11, node v12.9.1.


I'm closing this issue as there is no answer since 2 months.

Originally posted by @MaximVanhove in https://github.com/MaximVanhove/vue-router-back-button/issues/3#issuecomment-460616105


jokerol commented 3 years ago

I'm sorry.. It seems like cache problem..

jokerol commented 3 years ago

Hi, again .. After more tests, I could classify problem behavior..

  1. If I clean routing history in vue-dev tools, or
  2. If I use browser back key, Then It does not track history consitantly.. in that state, Refresh on browser does not help. I did rebuild by npm run dev, but not help.

Re-connecting from another browser (Edge) was ok.