After I deploy my functions to a slot, I see 7 errors in the problem tab in my console.
Can anyone tell me why I'm seeing this? The functions are deployed and working fine!
Here is my Http trigger:
[FunctionName("StripeConnectWebhook")]
public async Task<IActionResult> Run(
[HttpTrigger(AuthorizationLevel.Anonymous, "get", "post", Route = null)] HttpRequest req,
ILogger log)

Removing the duplicate attributes in respective local files Solves issues after deployment.
func hoststart you can run the Function.In Output of Visual Studio Code.
In Azure portal of HTTP Trigger in inputs body