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://

后端 未结 9 2561
独厮守ぢ
独厮守ぢ 2020-12-06 01:04

I am implementing Passport Facebook Authentication by linking the Facebook Authentication API route to a button using href like:



        
9条回答
  •  鱼传尺愫
    2020-12-06 01:35

    In my case, I modified my package.json file.

    "start": "node scripts/start.js" => 
    "start": "set HTTPS=true&&node scripts/start.js"
    

    I hope help you.

提交回复
热议问题