We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getServerSideProps: cannot be used, error: Error: You can not use getInitialProps with getServerSideProps. Please remove getInitialProps.
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.tsx
withAuth
_app.tsx
See: vercel/next.js#10925
The text was updated successfully, but these errors were encountered:
#193 (task 1)
34173fd
Link fix for #193
5a323f9
book update in 10-end and 10-end-functional #193
0983256
remove getServerSideProps from invitation.tsx #193
8609d23
tima101
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: