Glimpse / Home

Project Glimpse: Node Edition - Spend less time debugging and more time developing.
http://node.getglimpse.com
Other
252 stars 9 forks source link

[Web Services] The presence of 2+ service calls generates a "red screen of death" #27

Closed lostintangent closed 7 years ago

lostintangent commented 8 years ago

Repro Steps:

  1. Add two or more web service calls to one of your app's routes
  2. Run your app to exercise the above route/web service calls
  3. Open up the Glimpse client and select the respective request
  4. Select the Web Services tab

Expected: To see the list of web service calls Actual: I get a React red screen of death

rsod

Interestingly, I don't get this if a request only made one web service call. However #26 occurs in that instance.

avanderhoorn commented 8 years ago

@lostintangent I've tried replicating this issue and haven't had any luck. Was there anything specific or strange about the service calls that you remember?

lostintangent commented 8 years ago

When I first hit this issue, I actually tried it with various different scenarios to see if I could reduce the repro. It happened everytime to me, however, so maybe it's been fixed since?

avanderhoorn commented 8 years ago

Ok @nikmd23 will do a secondary test before we call this one closed.

nikmd23 commented 8 years ago

This is working in master.