I am implementing Passport Facebook Authentication by linking the Facebook Authentication API route to a button using href like:
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.