Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing querystring to Prerender #15

Open
JoeDevGeeeee opened this issue Nov 14, 2019 · 2 comments
Open

Passing querystring to Prerender #15

JoeDevGeeeee opened this issue Nov 14, 2019 · 2 comments

Comments

@JoeDevGeeeee
Copy link

It seems like the setup is not able to pass querystring to prerender.io?
Because we are passing this as the final path: [{ key: 'X-Prerender-Host', value: host[0].value}]

So let's say I want to prerender https://www.example.com/product?id=1, the final rendered page will be https://www.example.com/product because it's not passing the query string

@joannadal
Copy link

Same problem here. We have into our website URLs with querystring parameters to manage different things (pagination for example) and we are not available to render these pages. Any suggestion?

@jinty
Copy link
Owner

jinty commented May 23, 2020

It's been a while since I wrote prerender, but I don't see any reason why the existing code doesn't pass the querystring. If you find exactly why during de-bugging, please post it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants