Created
January 31, 2022 13:53
-
-
Save lebeker/51a64f8cc5b84aeed178abf87c908896 to your computer and use it in GitHub Desktop.
Revisions
-
lebeker created this gist
Jan 31, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ For anyone reading this, the issue is that the platform is trying to set MsaAppType to "0" instead of null. You can just recreate in Postman the same request your browser is making, just make sure to update the payload with the right value for MsaAppType Steps: Open network tab in the browser Watch the request fail Right-click -> copy request as cURL Open Postman and click new request -> import -> raw text and paste the request Edit the request body to remove the MsaAppType key Send it & you're done. Refresh the botframework site to check if it worked Kudos to https://github.com/microsoft/botframework-sdk/issues/3549#issuecomment-997344952