#nextjs blog wrong
2 messages · Page 1 of 1 (latest)
It looks like you are trying to use a query parameter?
from https://nextjs.org/docs/basic-features/data-fetching/get-static-props :
"getStaticProps does not have access to the incoming request (such as query parameters or HTTP headers) as it generates static HTML. "