Ivelin Velkov
Ivelin Velkov
Hi, Try ```bash (cd app;npm install) ``` You have to do npm install in the app folder. The app folder is where you have the app dependencies. The root folder...
Hi, just start it like this. ```bash $ WEB_DEBUG=1 teams ``` Once you have the chrome dev tools watch for the User Agent HTTP Header. It's hardcoded (gulp) to **Mozilla/5.0...
This looks very simialr to the following issue [Issue 7](https://github.com/ivelkov/teams-for-linux/issues/7). Perhaps you can try trace it in your corp. network using the chrome dev tools?
@thenewnano , you can start teams like this ``` $ WEB_DEBUG=1 /opt/teams-for-linux/teams ``` and get more details from the Chrome dev tools