在 webhook 哪里能删除的。
这个怎么解决?有没有啥命令可以直接删除的
./bin/emqx ctl conf show connectors > connectors.conf
./bin/emqx ctl conf show actions > actions.conf
然后把多余不要的手动在connectors actions conf 里面删除掉。
再运行:
./bin/emqx ctl conf load actions.conf
./bin/emqx ctl conf load connectors.conf
5.8.8没有效果
在管理端刷新依然存在
运行命令有什么报错久,这命令行我开发的,正常流程应该是没问题的