Data Bridge - Web Hook Creation Error

I have two nodes in AWS EC2 instance and they are joined together in same cluster.
When I create a new Data Bridge (web hook) after clicking save I have error 500. But when I leave the cluster the data bridge is shown in the Data Bridge tab on both the nodes.

The Error

500 INTERNAL_ERROR:error,
{case_clause,
    [#{metrics => #{dropped => 0,'dropped.expired' => 0,'dropped.other' => 0,'dropped.queue_full' => 0,'dropped.resource_not_found' => 0,'dropped.resource_stopped' => 0,failed => 0,inflight => 0,late_reply => 0,matched => 0,queuing => 0,rate => 0.0,rate_last5m => 0.0,rate_max => 0.0,received => 0,retried => 0,success => 0
            },name => <<"test2">>,node => 'emqx@X.X.X.X',status => connected,type => <<"webhook">>,<<"connect_timeout">> => <<"5s">>,<<"enable">> => true,<<"enable_pipelining">> => 100,<<"headers">> => #{<<"content-type">> => <<"application/json">>
            },<<"max_retries">> => 2,<<"method">> => <<"post">>,<<"pool_size">> => 4,<<"pool_type">> => <<"random">>,<<"request_timeout">> => <<"15s">>,<<"resource_opts">> => #{<<"async_inflight_window">> => 100,<<"auto_restart_interval">> => <<"60s">>,<<"health_check_interval">> => <<"15s">>,<<"max_queue_bytes">> => <<"1GB">>,<<"query_mode">> => <<"async">>,<<"request_timeout">> => <<"15s">>,<<"start_after_created">> => <<"true">>,<<"start_timeout">> => <<"5s">>,<<"worker_pool_size">> => 4
            },<<"ssl">> => #{<<"ciphers">> => [],<<"depth">> => 10,<<"enable">> => false,<<"hibernate_after">> => <<"5s">>,<<"reuse_sessions">> => true,<<"secure_renegotiate">> => true,<<"user_lookup_fun">> => <<"emqx_tls_psk:lookup">>,<<"verify">> => <<"verify_peer">>,<<"versions">> => ['tlsv1.3','tlsv1.2','tlsv1.1',tlsv1
                ]
            },<<"url">> => <<"http://X.X.X.X:3000/logData">>
        },#{metrics => #{dropped => 0,'dropped.expired' => 0,'dropped.other' => 0,'dropped.queue_full' => 0,'dropped.resource_not_found' => 0,'dropped.resource_stopped' => 0,failed => 0,inflight => 0,late_reply => 0,matched => 0,queuing => 0,rate => 0.0,rate_last5m => 0.0,rate_max => 0.0,received => 0,retried => 0,success => 0
            },name => <<"test2">>,node => 'emqx@x.x.x.x',status => connected,type => <<"webhook">>,<<"connect_timeout">> => <<"5s">>,<<"enable">> => true,<<"enable_pipelining">> => 100,<<"headers">> => #{<<"content-type">> => <<"application/json">>
            },<<"max_retries">> => 2,<<"method">> => <<"post">>,<<"pool_size">> => 4,<<"pool_type">> => <<"random">>,<<"request_timeout">> => <<"15s">>,<<"resource_opts">> => #{<<"async_inflight_window">> => 100,<<"auto_restart_interval">> => <<"60s">>,<<"health_check_interval">> => <<"15s">>,<<"max_queue_bytes">> => <<"1GB">>,<<"query_mode">> => <<"async">>,<<"request_timeout">> => <<"15s">>,<<"start_after_created">> => <<"true">>,<<"start_timeout">> => <<"5s">>,<<"worker_pool_size">> => 4
            },<<"ssl">> => #{<<"ciphers">> => [],<<"depth">> => 10,<<"enable">> => false,<<"hibernate_after">> => <<"5s">>,<<"reuse_sessions">> => true,<<"secure_renegotiate">> => true,<<"user_lookup_fun">> => <<"emqx_tls_psk:lookup">>,<<"verify">> => <<"verify_peer">>,<<"versions">> => ['tlsv1.3','tlsv1.2','tlsv1.1',tlsv1
                ]
            },<<"url">> => <<"http://X.X.X.X:3000/logData">>
        }
    ]
},
[
    {emqx_bridge_api,'-pick_bridges_by_id/3-fun-1-',
        4,
        [
            {file,
                "emqx_bridge_api.erl"
            },
            {line,
                724
            }
        ]
    },
    {lists,foldl,
        3,
        [
            {file,
                "lists.erl"
            },
            {line,
                1267
            }
        ]
    },
    {emqx_bridge_api,'-zip_bridges/1-fun-0-',
        3,
        [
            {file,
                "emqx_bridge_api.erl"
            },
            {line,
                714
            }
        ]
    },
    {lists,foldl,
        3,
        [
            {file,
                "lists.erl"
            },
            {line,
                1267
            }
        ]
    },
    {emqx_bridge_api,'/bridges',
        2,
        [
            {file,
                "emqx_bridge_api.erl"
            },
            {line,
                498
            }
        ]
    },
    {minirest_handler,apply_callback,
        3,
        [
            {file,
                "minirest_handler.erl"
            },
            {line,
                111
            }
        ]
    },
    {minirest_handler,handle,
        2,
        [
            {file,
                "minirest_handler.erl"
            },
            {line,
                44
            }
        ]
    },
    {minirest_handler,init,
        2,
        [
            {file,
                "minirest_handler.erl"
            },
            {line,
                27
            }
        ]
    },
    {cowboy_handler,execute,
        2,
        [
            {file,
                "cowboy_handler.erl"
            },
            {line,
                41
            }
        ]
    },
    {cowboy_stream_h,execute,
        3,
        [
            {file,
                "cowboy_stream_h.erl"
            },
            {line,
                318
            }
        ]
    },
    {cowboy_stream_h,request_process,
        3,
        [
            {file,
                "cowboy_stream_h.erl"
            },
            {line,
                302
            }
        ]
    },
    {proc_lib,init_p_do_apply,
        3,
        [
            {file,
                "proc_lib.erl"
            },
            {line,
                226
            }
        ]
    }
]

Thanks for reporting! It’s a bug, We need to investigate.