0

I'm using next-i18next and the app.

the _app.js is called again after every getstaticprops function.

Why is that?

Thank you

Avichay Dahan
  • 79
  • 1
  • 4

1 Answers1

0

I've seen this happen when navigating between a page where getStaticProps (or getServerSideProps) is not defined and a page where getStaticProps is defined.

don KR
  • 31
  • 6