I have created an SSR website using https://github.com/FinnWoelm/next-on-netlify
I have a URL search feature /search?keyword=name&page=1
but I cannot get the query string for the keyword and page value
what i get is “undefined” for those queries.
Any suggestions?
Thank you