Insecure Login Blocked: You can't get an access token or log in to this app from an insecure page. Try re-loading the page as https://
问题 I am implementing Passport Facebook Authentication by linking the Facebook Authentication API route to a button using href like: <a href="auth/facebook">Facebook Login</a> When I click on the button, it redirects to the Facebook Authentication page. But on the page, an error message is displayed saying something like "Insecure Login Blocked: You can't get an access token or log in to this app from an insecure page. Try re-loading the page as https://" How can I fix this issue? 回答1: Amazingly