Examples bug report
Example name
with-cookie-auth
Describe the bug
Get error when trying to call Router.push in getInitialProps function
To Reproduce
- yarn build
- yarn start
- Enter: http://localhost:3000/profile
Screenshots

IMHO, we're missing return statement after make redirection in server side.
ref: https://github.com/zeit/next.js/blob/9defdd0a18cbf6dab4adabe6efc07885528b947e/examples/with-cookie-auth/utils/auth.js#L20