Back to Next Js

Redirect During getStaticProps Prerendering

errors/gsp-redirect-during-prerender.mdx

16.2.5423 B
Original Source

Why This Error Occurred

The redirect value was returned from getStaticProps during prerendering which is invalid.

Possible Ways to Fix It

Remove any paths that result in a redirect from being prerendered in getStaticPaths and enable fallback: true to handle redirecting for these pages.