You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like we're not the onlyones hitting an error like this. It has to do with pseudo headers in http/2 and I'm not entirely sure what the recommended behavior is.
I can repro this myself on Windows with --useHttps, but not mac. I checked telemetry and I'm not seeing evidence of this error in Azure - seems like it's only a problem locally.
When running
func start
with--useHttps
on Windows you get the error message:This is caused by any
undici
versions higher than5.27.2
.Example at: https://github.com/pellebjerkestrand/azure-functions-core-tools-invalid-header-method/tree/main
The text was updated successfully, but these errors were encountered: