Next.js Discord

Discord Forum

remove query in getServerSideProps?

Unanswered
Asian swamp eel posted this in #help-forum
Open in Discord
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

0 Replies