Launch Powershell and then connect to MsolService
Connect-MsolServiceCheck current status of Teams Web Client
(Get-MsolServicePrincipal -AppPrincipalId 5e3ce6c0-2b1f-4285-8d4b-75ee78787346).accountenabledIf it returns ‘False’, the web client is disabled so you should enable it via
Get-MsolServicePrincipal -AppPrincipalId 5e3ce6c0-2b1f-4285-8d4b-75ee78787346 | Set-MsolServicePrincipal -AccountEnabled $true
If this doesn’t fix your issue, or you prefer working through the portal GUI, a comprehensive set of suggestions have been provided by Aaron Guilmette of undocumented-features.com.