AbinashBishoyi / mongo-vision

Automatically exported from code.google.com/p/mongo-vision
Apache License 2.0
1 stars 0 forks source link

prudence/mongovision pages don't render in chrome with localhost but do with 127.0.0.1 #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install mongovision and start it per instructions.
2. Open google chrome and go to http://localhost:8080/mongovision/
3.

What is the expected output? What do you see instead?

I expect to see the mongovision web app, instead the page is completely blank 
(even view source returns nothing).

However if I instead go to 
http://127.0.0.1:8080/mongovision

it works fine.

In Safari and Firefox the localhost url works fine.

This is not a general problem but seems specific to Chrome and to 
prudence/mongovision.
I can access other localhost URLs just fine with chrome; for example I have 
apache running on port 80 and the url http://localhost works fine.

On chrome if I try
http://localhost:8080/
(omitting the mongovision/ part)
I get the same problem. This suggests the problem is at the prudence level, not 
specific to the mongovision app.

What version of the product are you using? On what operating system?

mongovision (R159 standard) 
Mac OS X 10.8.2.

Chrome Version 24.0.1312.56
Safari Version 6.0.2 (8536.26.17).
Firefox 177.0

Please provide any additional information below.

Original issue reported on code.google.com by danda...@gmail.com on 24 Jan 2013 at 9:42

GoogleCodeExporter commented 9 years ago
This seems to work just fine on Linux (Ubuntu 12.04) / Chrome (27.0.1453)

Original comment by m.massen...@gmail.com on 27 May 2013 at 6:41