I'm trying to use next/link to refer to a route that uses getServerSideProps for redirection, and the server crashes when getServerSideProps finishes executing.
Repository: next.js-bug-redirect
Steps to reproduce the behavior:
Home linkRedirecting back to /about.

Tried to run it with next@canary, but it also crashes.
Can you provide an example of how you are using Link in your project please?
Can you provide an example of how you are using Link in your project please?
Here is the example next.js-bug-redirect/pages/about.js
Related to #14890 and #12409 I believe
This issue still exists with 9.5.2.
Most helpful comment
Related to #14890 and #12409 I believe