1
votes

While configuring tabs in ms teams im getting the following error,

Unable to save configuration for "my tab" tab

On inspecting network , https://apac.ng.msg.teams.microsoft.com/v1/threads/19%3Afbee865537ce40fe86e34570961dc044%40thread.skype/properties?name=tab%3A%3A2667288576 Request Method: PUT

this request have returned the following response,

{"errorCode":287,"message":"The size of this request is too large."}

Cant find any documentation related to this.

Can anyone help Thanks in Advance .

1
Could you please share your App manifest? - Wajeed-MSFT
How many tabs are configured in your channel? - Bill Bliss - MSFT

1 Answers

1
votes

Problem resolved .Issue is that I was using manifest and schema version 1.3 which seems to be unstable .When i switched it to 1.2 it worked fine . Thanks !