Error after a refresh #12126
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
After a refresh (F5) the application stops in loading message, and no UI rendered. After search in log I found two issues, whats are this? Some one knows how to resolve this two things?
HTTP/2 connection error.
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2ConnectionErrorException: HTTP/2 connection error (PROTOCOL_ERROR): Pseudo-header field found in request headers after regular header fields.
HPACK decoding error while decoding headers for stream ID 187.
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.HPack.HPackDecodingException: Index 69 is outside the bounds of the header field table. ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
The application works well, if no refresh (F5/CTRL+F5) is executed, no problem, if it is stopped after a refresh, a second refresh return to application.
The text was updated successfully, but these errors were encountered: