Forum Discussion

diegoSpace's avatar
diegoSpace
Brass Contributor
Jan 15, 2020
Solved

Add a Teams 'configurableTab': 'Save' button disabled

Hi, I am trying to add a tab to a Teams channel but my 'Save' button is always disabled. I have used the 'configuration page example' from https://docs.microsoft.com/en-us/microsoftteams/platform/t...
  • diegoSpace's avatar
    Jan 15, 2020

    I have it, I explain just in case it could help to anyone...

     

    First I got 'Save' button enabled, i think microsoftTeams.settings.setValidityState(true) was not being called...

    Then I got an error ('We couldn't save your tab settings"), and it was because my 'websiteUrl' was not added in the 'validDomins' list (app manifest). To find this problem I used the browser Teams version and F12 when I got the error to see the problem was in websiteUrl.

     

Resources