nik
nik
same problem, found answer [here](https://stackoverflow.com/questions/23295662/passport-twitter-error-failed-to-find-request-token-in-session) basically change twitter app setup url to http://127.0.0.1/login/twitter/return and in server.js ```callbackURL: 'http://localhost:3000/login/twitter/return'```
@Nirajn2311 locally I use nvm with "lts" option, which gives 8.11.2. glitch console `node -v` gives 8.11.3 which is probably best for the time being? I don't really know enough...
Seems most of the challenge boilerplates need updating - or remove the node engine property?
could give info on how to use the app. Put the link in the footer?