I cant find on the example any way to protect a page withLoginRequired, it's always done at component level (only the account).
I'm having some issues on nextjs doing it at page level with your approach as inner componnets don't call getInitialProps.
Can you give me any tips ?
I cant find on the example any way to protect a page withLoginRequired, it's always done at component level (only the account). I'm having some issues on nextjs doing it at page level with your approach as inner componnets don't call getInitialProps. Can you give me any tips ?