microsoft / BotFramework-Services

Microsoft Bot Framework Services
Creative Commons Attribution 4.0 International
38 stars 11 forks source link

Size Limit on Adaptive Cards #341

Closed milapshah15 closed 2 years ago

milapshah15 commented 2 years ago

Hello Team,

We are implementing a usecase where I need to send a large JSON in the payload. Sometimes I get below error. I am sure there would be a size limit but is there a way to overcome this may be by sending compressed JSON or something? Open for suggestions

{ "error": { "code": "MessageSizeTooBig", "message": "Message size too large." } }

luhan2017 commented 2 years ago

@milapshah15 We have a size limitation for ABS payload as 256k, please make sure your payload size don't exceed that value.

luhan2017 commented 2 years ago

@milapshah15 I am closing this issue since it is inactive for 3 weeks, please reactive it if needed.