This repository has been archived by the owner on Apr 7, 2023. It is now read-only.
Catching error: You can not use getInitialProps with getServerSideProps
#11
Labels
bug
Something isn't working
Reproducible repo
Clone repo and run
yarn
and thennpm run dev
.Error during compile time:
Removing
getServerSideProps
frompages/index.tsx
resolves the issue, but this obviously isn't a solution.Any ideas what's going on?
The text was updated successfully, but these errors were encountered: