Search code examples
vue.jsfirefoxrefreshvue-router

Vue App doesn't refresh when pressing enter in firefox address bar


When clicking into the firefox address bar and pressing enter the Vue App doesn't refresh.

The same behavior is triggering a reload on Chrome. F5 and Strg+R refreshs as expected on Firefox.

Firefox version: 67.0.1 (64 bit)

The Vue.js App uses Vue Router. My url structure is: https://www.url.com/#/sample


Solution

  • It is not a problem with your application but with the FF, Try to refresh with Ctrl + F5, How do I set FF so hitting enter in the address bar refreshes a page if it's already loaded?