I'm experiencing a weird behaviour suddenly.
Strange url parameters are added to the site, and I don't think I'm adding them anywhere in my code.
I'm using webpack 4 and Vue. And this is happening on IE all versions included Edge and it's not happening in local Chrome but it's happening when we deploy to dev server.
This is my network tab
As you can see, the server loads the page without query parameters and they are added after the load.
Does anyone experienced the same issue and can help to find out what is the cause?
I'm sorry I cannot give more information about it. I just don't know from where this can come from.