Page reload corrupting query string parameters

Hi,
I am using a page’s query string parameters to load text and other data when a user opens a specific subscription page.

The problem
When the page is reloaded in the published website, a “/” is automatically added to the page url, which is corrupting the query string parameters.

Here is how it should look like

Here is the corrupted data on reload

Here is a comparison of the two url’s, before and after reload

Hi! We add it automatically but it should not corrupt anything except if you coded your own url parser to retrieve data from the url. But its a valid url.
Instead you can use what we provide in the explorer under Browser->query

Capture d’écran 2023-11-02 à 11.08.41

Thanks for your response @Alexis
I did not code my own url parser and am currently using Browser->query to retrieve the relevant data.

The problem doesnt exist when the page is first loaded, only when the page os reloaded in chrome (i havent tried other browsers)

That’s probably a bug then, can I let you report it on support.weweb.io with relevant information like the page to reproduce it ? We will handle it asap :slight_smile:

1 Like

Thanks @Alexis !