You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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.
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 behttps://www.example.com/product
because it's not passing the query stringThe text was updated successfully, but these errors were encountered: