MicrosoftEdge / magic-mirror-demo

A :zap:Magic Mirror:zap: powered by a UWP Hosted Web App :rocket:
Other
1.23k stars 225 forks source link

face_id Null #29

Open ItsBradMorgan opened 8 years ago

ItsBradMorgan commented 8 years ago

I have setup my own local server, but it is not working the same as your hosted server. I can get some entries into my mongoDB, but not a face_Id. Also, I do not have the autocomplete on the stocks...any ideas?

  "_id": {
    "$oid": "57596b0c8707b1c81c086069"
},
"name": "Skillful Chinchilla",
"email": "email@outlook.com",
"zipcode": "98052",
"homeAddress": "800 Occidental Ave S, Seattle, WA",
"workAddress": "1 Microsoft Way Redmond, WA",
"stock": "ert",
"__v": 0,
"face_id": null
Gr8Gatsby commented 8 years ago

For the Face ID we've not yet added support for browser only snapshots, are you running the app in a Hosted web app container?