Link with tag doesn't work

Hi Kirby community,
i work on a site with Kirby 3.6. There i have a normal link which includes a tag like this:
https://www.site.de/page?tag=name

When i click the link it only opens the page without any tags activated. But when i manually copy&paste the link to a new browser tab and hit enter the tag will be activated as expected.

Do you have a suggestion how it could be solved?

Greetings
Jan

Not really, this seems weird. Do you have an example online?

Hi,
this is the site where the link is located:
https://www.spacelab-isu.org/pages/uric

The link as editor syntax should be:
(link: https://www.spacelab-isu.org/research?tag=uric text: Urban Rural Intervention Catalog)
In this form it opens the research page but without any tags activated.

I had to do a workaround with target: _blank. So the link right now is:
(link: https://www.spacelab-isu.org/research?tag=uric text: Urban Rural Intervention Catalog target: _blank)
In this form it opens the link as intended (with uric tag activated). But the user inconvenience now is the automatic opening of a new tab.

Greetings
Jan

Ok, with the target blank I now can’t test the original version. But since you are using Kirby headless, the page is probably not reloaded, and therefore without getting the filtered data from the server again, it won’t have any effect.

What do you mean by “headless”?

Well, or a single page app, at least the main content is handled via JavaScript.

You mean the link resolve is handled by JavaScript? So that would be a task for developers. I’m only editorial staff. :sweat_smile:
[Edit]
Oh, and thanks for your help :+1:

Yep.