Static GitHub Issues

[971] Route's hash part cannot be passed to server via middleware or fetch

prev: Server state restore is executed after Vuex plugins
next: app missing in Context sent to Store::nuxtServerInit

I needed to get the hash of a url from the server side (e.g. something in /path#something) but failed. I tried to console.log the context.params in both middleware and fetch method but I cannot see the hash (something) being logged in my terminal. Instead, I can see the correct hash in browser's console when navigating away and back with frontend routing mechanism.

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