This error still appears in version 17.3.2.
aspnetcore-browser-refresh.js:55 Unknown payload: { "type" : "Ping" }
Visual Studio 2022 17.3.0 hot reload I get this error very often. Both in Edge (Version 100.0.1185.44 (Official build) (64-bit)) and Chrome (Version 104.0.5112.81 (Officiell version) (64 bitar))
Most irritating since it's not updating page after save.
asp.net core 6 MVC web project.
8 answers
Sort by: Most helpful
-
-
Douglas Manter 16 Reputation points
2022-10-13T20:15:58.013+00:00 Still an issue with 17.3.6 and not just with Hot reload.
It happens to me when a page redirects in a post.
aspnetcore-browser-refresh.js:55 Unknown payload: { "type" : "Ping" } -
Максим Булавинов 11 Reputation points
2022-10-03T12:49:01.127+00:00 Visual Studio version 17.3.5 - this error still appears.
-
Nam Thanh 11 Reputation points
2022-11-21T13:30:01.553+00:00 Still an issue with 17.4.1 and not just with Hot reload.
It happens when I leave the site alone for 5s, it makes me unable to do anything with my site
aspnetcore-browser-refresh.js:55 Unknown payload: { "type" : "Ping" } -
Jared G 5 Reputation points
2023-09-14T18:22:04.9966667+00:00 This looks like an open issue with the aspnetcore project: https://github.com/dotnet/aspnetcore/issues/45041