Forum Discussion
Add a Teams 'configurableTab': 'Save' button disabled
- 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.
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.