Lucas Simon Rodrigues Magalhaes
Lucas Simon Rodrigues Magalhaes
Same error too: ``` "dependencies": { "@material-ui/core": "^3.5.1", "axios": "^0.18.0", "connected-react-router": "^5.0.1", "history": "^4.7.2", "react": "^16.6.3", "react-dom": "^16.6.3", "react-redux": "^5.1.1", "react-router-dom": "^4.3.1", "react-scripts": "2.1.1", "redux": "^4.0.1", "redux-devtools-extension": "^2.13.5", "redux-saga": "^0.16.2"...
> @lucassimon You have router reducer under key `route` (in `store.js`). It should be `router`. Jesus. Thanks @sgal
This traceback it's just print on console? Because the tests ran ok. ```python from graphql import GraphQLError from .auth import get_authorization_header, decode_token class AuthorizationMiddleware(object): def resolve(self, next, root, info, **args):...