When I post a json to URL: http://<mattermost_server>/api/v4/actions/dialogs/open
A dialog cannot open, the server log is below:
{"level":"debug","ts":1624384129.090824,"caller":"web/handlers.go:106","msg":"Received HTTP request","method":"POST","url":"/api/v4/actions/dialogs/open","request_id":"ignquxpg8fbr9p5uerzsyrmuih","host":<mattermost_server>,"scheme":"","status_code":"200"}
{"level":"debug","ts":1624384129.094713,"caller":"mlog/log.go:226","msg":"Action integration error.","path":"/api/v4/posts/z7iiame8hf8ttjiyfpqnohuiye/actions/message","request_id":"kgsgud34y7ycxgrzc68h1hgema","ip_addr":<ip_addr>,"user_id":<user_id>,"method":"POST","err_where":"DoPostActionWithCookie","http_code":400,"err_details":"err=EOF"}
{"level":"debug","ts":1624384129.096068,"caller":"web/handlers.go:106","msg":"Received HTTP request","method":"POST","url":"/api/v4/posts/z7iiame8hf8ttjiyfpqnohuiye/actions/message","request_id":"kgsgud34y7ycxgrzc68h1hgema","host":<mattermost_server>,"scheme":"","status_code":"400"}
Same request for slash command is successfully worked.
**Who can tell me why this happens and what’s wrong with my request **
How can i call interactive dialog from interactive message button?
mattermost server version is 5.35.0