Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to fix error :net::ERR_HTTP2_PROTOCOL_ERROR

I'm making a application in .NET Core ,suddenly this error shows:

Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR

and I cannot load my data from database.JSON have some problems. This is photo of this: https://i.sstatic.net/78sGc.jpg

I didn't change anything in my code, suddenly this happened and I cannot find solution. I read this: whats-the-neterr-http2-protocol-error-about but this didn't help. This is .Net Core fault ?

On every browser I have this problem

like image 676
Krystek Avatar asked Jun 06 '26 02:06

Krystek


1 Answers

FWIW - it's related to the size of the JSON data being loaded. I'm getting it in Chrome on a Mac and don't have a fix. On Safari on Mac I get kCFErrorDomainCFNetwork error 303.

like image 131
alan.raceQs Avatar answered Jun 08 '26 15:06

alan.raceQs