Disabling client side javascript results in EPIPE broken pipe error #978

Closed
opened 2025-08-09 17:18:24 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @cramhead on 2/27/2017

Title

Disabling client side javascript results in EPIPE broken pipe error

Functional Impact

After disabling the JavaScript in the browser and refreshing the div with the Loading... text is displayed instead of the Home component with NavMenu.

Minimal repro steps

  1. dotnet new react to create a new react application
  2. dotnet restore to restore nuget packages
  3. npm install to install JavaScript dependencies
  4. dotnet run to start the application.
  5. At this point the application is running fine on localhost:5000
  6. Disable JavaScript on MacOS chrome version 56.0.2924.87 (64-bit). Any browser I tried has the same issue
  7. Refresh the page
  8. Window reloads with "Loading..." displayed instead of the expected server side rendered application.

Expected result

After refresh the NavMenu and Home component should display when the route is localhost:5000

Actual result

The loading div shows

Further technical details

dotnet --version
1.0.0-rc4-004771

OS: macOS Sierra Version 10.12.3

*Originally created by @cramhead on 2/27/2017* ### Title Disabling client side javascript results in EPIPE broken pipe error ### Functional Impact After disabling the JavaScript in the browser and refreshing the div with the Loading... text is displayed instead of the Home component with NavMenu. ### Minimal repro steps 1. `dotnet new react` to create a new react application 2. `dotnet restore` to restore nuget packages 3. `npm install` to install JavaScript dependencies 4. `dotnet run` to start the application. 5. At this point the application is running fine on localhost:5000 6. Disable JavaScript on MacOS chrome version 56.0.2924.87 (64-bit). Any browser I tried has the same issue 7. Refresh the page 8. Window reloads with "Loading..." displayed instead of the expected server side rendered application. ### Expected result After refresh the NavMenu and Home component should display when the route is localhost:5000 ### Actual result The loading div shows ### Further technical details dotnet --version 1.0.0-rc4-004771 OS: macOS Sierra Version 10.12.3
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#978
No description provided.