我在 Microsoft bot 中收到 "Post 404 [conversation update]" 错误?如何解决?

I am getting an error that "Post 404 [conversation update]" in microsoft bot ? how to resolve that?

POST 404 [对话更新] 仅当我使用 web API 时出现错误,否则工作正常。

当您输入错误的端点时,您会在 Bot Framework Channel Emulator 中收到此代码错误。

我认为您输入的端点有误。在这种情况下,我遇到了同样的错误,当我输入 "server + /api/messages" 时,它起作用了。

例如:http://localhost:3333/api/messages

如果此解决方案不起作用,请提供更多信息,您的 post 非常笼统。

我遇到过同样的问题。我使用 http://localhost:3979/api/messages instead of http://127.0.0.1:3979/api/messages

解决了它