Related to https://github.com/vercel/next.js/issues/35704 is there a better way to use next-i18next serverSideTranslations in combination with the getServerSideProps recommended by next-auth?
I'm thinking that the next-auth stuff can't be done in getStaticProps because of getCsrfToken, but it's also not ideal for the translations to be processed every time the page is loaded.