Closed jasonyueyang closed 7 years ago
For https://github.com/pencilblue/pencilblue, client doesn't work from /glimpse/client. This could be due to the fact that pencilblue doesn't use Express.
Repro steps:
npm install @glimpse/glimpse-node --save
var glimpse = require('@glimpse/glimpse-node');
glimpse.init();
mongod
nodemon pencilblue
localhost:8080
http://localhost:8080/glimpse/client/
The request lists on the left shows up. However, content tabs are missing.
Regardless of if this is Express related, we should probably still render a better experience in these situations.
For https://github.com/pencilblue/pencilblue, client doesn't work from /glimpse/client. This could be due to the fact that pencilblue doesn't use Express.
Repro steps:
npm install @glimpse/glimpse-node --save
var glimpse = require('@glimpse/glimpse-node');
glimpse.init();
mongod
nodemon pencilblue
localhost:8080
to use the sitehttp://localhost:8080/glimpse/client/
to launch the Glimpse clientThe request lists on the left shows up. However, content tabs are missing.