Auth0 Next.js ошибка с pageauthrequired Вы не должны обращаться к ‘res’ после разрешения getServerSideProps
#next.js #auth0 #next.js #auth0 Вопрос: Кажется, я получаю сообщение об ошибке: You should not access 'res' after getServerSideProps resolves. С помощью следующего кода: export const getServerSideProps = withPageAuthRequired({ async getServerSideProps(ctx){…