shaun
28 October 2019 09:28
1
Morning,
I noticed I had a shoutout in the newsletter over the weekend
The link to the site had tracking parameters (?vero_id) appended which seem to break conditional rendering.
E.G: https://primitivedigital.co.uk/?test=test
Is evaluated as a 404 page.
I’ve not been able to fix via redirects as Now seems to exclude query strings from their redirect options.
Is this something I can fix by manually fetching and cleaning the URL?
It’s not happening with a basic mars theme (https://mars.frontity.org/?test=test ) so I guess it must be something related to your custom handlers.
Could you please share them here so we can take a look?
shaun
28 October 2019 19:06
3
It think it might be as I have a static homepage, I can reproduce the 404 with the mars theme viewing pages:
https://mars.frontity.org/about-us/?test=test
“state”: {
“source”: {
“api”: “https://wp.primitivedigital.uk/wp-json/ ”,
“homepage”: “/home/”,
“postsPage”: “/blog/”
}
I see, thanks. I’ll open an issue for this bug. Thanks @shaun .
EDIT: https://github.com/frontity/frontity/issues/229
Hi @shaun ! This issue has already been closed and released You may need to update Frontity in your web to solve the problem. Here you have the guide in case you have any questions.
Please let us know how it goes
shaun
15 December 2019 17:20
6
Just applied updates. Issue fixed
3 Likes