next-with-error
next-with-error copied to clipboard
Use with getServerSideProps
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.
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.