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
This just started recently. But every time I try to deploy my app now, I get the below error.
okhttp3.internal.http2.StreamResetException: stream was reset: NO_ERROR
Steps to reproduce the problem
Install app via maven
Deploy via azure maven plugin
The text was updated successfully, but these errors were encountered:
@wesoos Really sorry for the late response for this issue, this seems to be an issue of ok http client while we have migrated to use netty in the new releases, could you please upgrade to the latest version (v2.6.1) and try again? Many thanks!
Plugin name and version
azure-webapp-maven-plugin
1.12.0
Plugin configuration in your
pom.xml
Expected behavior
Deploy app to Azure successfully
Actual behavior
This just started recently. But every time I try to deploy my app now, I get the below error.
okhttp3.internal.http2.StreamResetException: stream was reset: NO_ERROR
Steps to reproduce the problem
Install app via maven
Deploy via azure maven plugin
The text was updated successfully, but these errors were encountered: