Skip to content
Advertisement

Azure BotFrameworkAdapter Error 400 missing parameter type

I’ve deploy my node.js server into Azure by new AppService linux. It correctly start, because if I call one http get it return the correct data. But when I try to call the post url that make a:

JavaScript

it return

JavaScript

I’ve already check if the bot have the correct appId and pwd, and it’s are ok.

This is my index.js file:

JavaScript

Locally with ngrok it run ok, Can anyone help me? Thanks.

Advertisement

Answer

As suggested by @Leonardo, Local and distributed app can be deleted and setup a new app by changing the URL.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement