You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(explained in book 2, little sense to mention in book-1 since there is no App.getInitialProps method) comments on "shared initial data" and "per-page data"
getServerSideProps: cannot be used, error: Error: You can not use getInitialProps with getServerSideProps. Please remove getInitialProps.
App.getInitialProps
method) comments on "shared initial data" and "per-page data"getServerSideProps: cannot be used, error:
Error: You can not use getInitialProps with getServerSideProps. Please remove getInitialProps.
The
withAuth
HOC has to retire in its current form. Its authentication logic can be moved to_app.tsx
. Example: https://github.com/async-labs/async/blob/main/app/pages/_app.tsxSee: vercel/next.js#10925
See: async-labs/saas#193
The text was updated successfully, but these errors were encountered: