vercel gives errors when generating nextjs static pages I didn't ask to be generated during deploy
hello. I'm getting the following error:
but I don't have a getStaticProps nor getStaticPaths nor getInitialProps in any of my pages or components. I don't have getServerSideProps either so everything should be CSR. The error only happens because it tries to fetching data from an API that's part of the project that is being deployed. But again, this should not happen since I'm only interested in CSR. Please help fix this.
0 Replies