I'm using Next redirect object which allows redirecting (inside getServerSideProps), and trying to understand what status code is returned in response.
The only hint I found in the documentation is:
In some rare cases, you might need to assign a custom status code for older HTTP clients to properly redirect.
So what status code is returned by default with this implementation? There are multiple code relevant to redirecting (301, 302, 307 and more), and I found conflicting claims in the web.