I'm using Akryum/vue-cli-plugin-ssr with vue-cli. Have a weird behavior on my vue ssr application. Route params are being taken from another request that had been made before that one or maybe in parallel with this.
For example, if I open two pages with different route params and will fastly refresh both of them, first-page route param could be taken from the second page and vice-versa.
Thanks for the help.