next-with-error icon indicating copy to clipboard operation
next-with-error copied to clipboard

Use with getServerSideProps

Open jsakas opened this issue 5 years ago • 1 comments

Is it possible to use this package in combination with the recommended data fetching method getServerSideProps?

https://nextjs.org/docs/api-reference/data-fetching/getInitialProps

If you're using Next.js 9.3 or newer, we recommend that you use getStaticProps or getServerSideProps instead of getInitialProps.

When I try to use this with getServerSideProps I get the error:

Server Error
Error: You can not use getInitialProps with getServerSideProps. Please remove getInitialProps.

jsakas avatar Sep 03 '20 04:09 jsakas

Sorry, just saw your message now. Yes this is right, It does not support GSSP/GSP right now, I'll need to do that someday.

martpie avatar Feb 08 '21 22:02 martpie