Get URL Params before server Next js render

I am trying to get the params in a url redirected from the Spotify api, ex: http//link.com/?code=examplecode
How can I get the value of code before it renders so I can redirect it and pass the code value to another page?