remove query in getServerSideProps?
Unanswered
Asian swamp eel posted this in #help-forum
Asian swamp eelOP
Hey,
any idea how to parse query in getServerSideProps but remove it without redirecting since that doesnt work?
call /test?foo=bar -> use foo=bar in getServerSideProps -> pass props and remove query so user gets /test rendered
any idea how to parse query in getServerSideProps but remove it without redirecting since that doesnt work?
call /test?foo=bar -> use foo=bar in getServerSideProps -> pass props and remove query so user gets /test rendered