dmotz/thing-translator

upon running npm run dev the app loads the error view only

alfydavy opened this issue · 4 comments

I have npm installed , have installed all the project dependecies, yet the app does not seem to load the main view; this on all the browsers on my mac (chrome/opera/safari)
I built a webRTC app to check if my accesibility to video etc is fine ; that piece works spendidly.
Could you help me on this ; am I missing something here?

dmotz commented

Are you seeing any errors in the console? Note that camera access won't work in Safari.

@alfydavy I also got the same error when using 127.0.0.1:9966 or 0.0.0.0:9966. But it worked for localhost:9966. Workaround for now.