We are building an interactive app and published a view on our home tab which contains a button. We are using .net core web API to process Slack events. We subscribed "app_home_opened" event from our app configuration and the event is successfully received at the "request URL".
After clicking the button on the home tab we should receive an interaction payload at the "request URL" but we saw an error with error code 415 on the Slack app UI.
Please help us to find a solution.