Reproducible repo
Clone repo and run yarn and then npm run dev.
Error during compile time:
error - unhandledRejection: Error: You can not use getInitialProps with getServerSideProps. Please remove getInitialProps.
Removing getServerSideProps from pages/index.tsx resolves the issue, but this obviously isn't a solution.
Any ideas what's going on?