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
Go to network tabs, its fetching https://phdsofindia.in/?a=b/preact_prerender_data.json
What is the expected behaviour?
It should be fetching https://phdsofindia.in/preact_prerender_data.json
Please mention any other relevant information ${normalizeUrl(props.url)}${PRERENDER_DATA_FILE_NAME} is being called but props.url contains query params. Normalizeurl should strip off query params maybe
The text was updated successfully, but these errors were encountered:
What is the current behaviour?
A clear and concise description of what the bug is.
Steps to Reproduce
Steps to reproduce the behavior:
https://phdsofindia.in/?a=b/preact_prerender_data.json
What is the expected behaviour?
It should be fetching
https://phdsofindia.in/preact_prerender_data.json
Please mention any other relevant information
${normalizeUrl(props.url)}${PRERENDER_DATA_FILE_NAME}
is being called but props.url contains query params. Normalizeurl should strip off query params maybeThe text was updated successfully, but these errors were encountered: