Invalid parameter value for redirect_uri: Non-public domains not allowed: http://localhost:3000/auth/google/callback
问题 I am following Traversy Media recent tutorial on nodejs from scratch and doing every thing as he doing but I don't know why I can't use this redirecting url http://localhost:3000/auth/google/callback even though he(brad traversy the tutorial maker) can use. 回答1: instead of using http://localhost:3000/auth/google/callback I used http://127.0.0.1:3000/auth/google/callback and also used 127.0.0.1 while making any request to server in my chrome browser. localhost is not allowed to be redirect uri