Closed lostintangent closed 7 years ago
It looks like there are several related issues here. We'll track down the problem and get them all resolved.
React errors have been fixed here though I don't think its responsible for the described issue - https://github.com/Glimpse/Glimpse.Client/commit/f52012c305d79caeab6b6fc207296c68c3d5dee5. Still testing root cause of main issue.
I've tried to replicate but can't. I know there was an earlier issue with the above NaN
but I think that was fixed in 0.12.0. Assigning to @nikmd23 to get verification on my investigation.
This appears to be fixed. When a build is available with this in it, I'll close this issue.
Update (9/15/2016 - 4:48 PM): I updated to the new
glimpse-node
umbrella package, and theNaN
issue displayed below is fixed, but I still don't see the actual service call in the list.Repro steps:
http.get
(orhttp.request
, or any "higher-level" library which uses them under the covers) within one of your app's routes.Web Services
tabExpected: To see the get request Actual: The get request isn't displayed, however, the heading bar displays "1 Requests".
If I open up the dev tools, I can see an error logged that may be the source of the issue, so this may not be specific to
http.get
, but rather, simply an issue with the web services UI in general.