Skip to main content

Hey guys, I’m trying to setup a button that open on a new tab a URL with the URL parameters appended to the end. This seems to be working fine with normal URLs, however in my case the URL that should be opened has the following formatting: https://something.com/#/dashboard (this is one of the routing modes used in Vue.js projects, which contains a /#/).

What happens with this URL is the parameters are being added in the middle of the URL, like such: https://something.com/?param=123#/dashboard instead of being added to the end.


What can I do if I want the final URL to look like this: https://something.com/#/dashboard?param=123?

Hi @Lucas_Calmon,

Can you send a screenshot of the Destination URL that you have set up in that button?


Reply