Our team initially created an _app.tsx with getInitialProps, and included something along the lines of
_app.tsx
getInitialProps
if (!req) return {}; <
if (!req) return {};