[BUG] - Can't select Channel notification
After a lot of updates, i have an issue with the latest 2.14.0, i can't select notification i get a 400 error. Channels are visible in channel tab.
I give you some screenshots.
-- EDIT -- I found the error, you must add this parameter and make a loop between config_type in this query :+1: /api/notifications/get_configs?from_index=0&max_items=5000&sort_field=name&sort_order=asc&config_type=webhook
it works when i rewrite url from https://127.0.0.1:5601/api/notifications/get_configs?from_index=0&max_items=5000&sort_field=name&sort_order=asc -> https://127.0.0.1:5601/api/notifications/get_configs?from_index=0&max_items=10&query=&config_type=slack&config_type=email&config_type=chime&config_type=microsoft_teams&config_type=webhook&config_type=sns&sort_field=name&sort_order=asc
We are experiencing same issue, is this something that is planned to be fixed?
I see the same bug with 2.14.0
It has been fixed in 2.15, see https://github.com/opensearch-project/alerting-dashboards-plugin/issues/961 as reference.