Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
188
rated 0 times [  192] [ 4]  / answers: 1 / hits: 30488  / 3 Years ago, sat, may 29, 2021, 12:00:00

I use ReactJS to develop my application, it was fine before, but suddenly this error happens:



GET https://localhost:44368/static/js/0.chunk.js net::ERR_HTTP2_PROTOCOL_ERROR 200



I do not know what is happening here, it was fine before. How can I fix this?


More From » reactjs

 Answers
6

I am using Visual Studio 2019 and experienced the same problem. This is what I did to resolve it:


Removed 'Microsoft.AspNetCore.SpaServices.Extentions' Nuget package from the project's Dependencies/Packages, and then installed the latest version (Installed 5.0.6)


enter


Cleaned and rebuilt the solution and it started working again.


let me know if it works for you!


[#50276] Monday, April 26, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
anais

Total Points: 672
Total Questions: 118
Total Answers: 121

Location: Oman
Member since Fri, Dec 23, 2022
1 Year ago
;