Closed CodeNeedsCoffee closed 6 years ago
NM, I followed @chappers73 comment from #40 and edited the auth.js as follows:
// expose our config directly to our application using module.exports
module.exports = {
// this user MUST have full access to all the room accounts
'exchange' : {
'username' : 'USER@DOMAIN.COM',
'password' : 'password',
'uri' : 'https://outlook.office365.com/EWS/Exchange.asmx'
},
// Ex: CONTOSO.COM, Contoso.com, Contoso.co.uk, etc.
'domain' : 'DOMAIN.COM'
};
But now I have the never ending spinning issue.
Hello, have you found the solution? I have the same issue with never ending spinning :/
So I've been trying to troubleshoot this issue and hoping maybe someone can help π. Here's the terminal output:
I'm wondering if it's because of the
Realm=""
but I'm not sure where the code grabs the realm? Any other thoughts would be greatly appreciated!Cheers!