Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Not working with Google Chrome #51

Closed
maxbortone opened this issue Oct 31, 2013 · 15 comments
Closed

Not working with Google Chrome #51

maxbortone opened this issue Oct 31, 2013 · 15 comments

Comments

@maxbortone
Copy link

I've just installed Prax under Ubuntu 13.04. I've noticed that I can't reach myapp.dev under Google Chrome, but it works with Firefox. How is this possible?

@terlar
Copy link

terlar commented Oct 31, 2013

This is not because of prax this is Chrome not treating it as a domain. You need to prefix it with http:// first time you visit it to force a lookup, it should be remembered for feature access though.

First time visit: http://myapp.dev, future visit myapp.dev.

@maxbortone
Copy link
Author

Did that of course, but isn't working. Restarted browser multiple times as well.

@terlar
Copy link

terlar commented Oct 31, 2013

Works for me. What about a slash at the end? myapp.dev/

@maxbortone
Copy link
Author

Nope. Are you using Ubuntu, too?

@terlar
Copy link

terlar commented Oct 31, 2013

I'm using Arch and Chromium. Then I don't know what to do... But I find it hard to believe it is related to prax. Hope you find it, maybe need to toggle some setting in Google Chrome?

@maxbortone
Copy link
Author

Found out that there are similar issues with Pow on Chrome. Works now after clearing DNS cache, didn't have to disable asynchronous DNS like it says here.

@ysbaddaden
Copy link
Owner

I'm glad you found the problem. It never happened on chromium nor chrome on
ubuntu (lts) for me.

Except for the need to access myapp.dev/ with a trailing slash the first
time, otherwise it searches for the domain, instead of resolving it.

@RajRoR
Copy link

RajRoR commented Jan 13, 2015

This was working for me using solutions given in this thread, however, suddenly it stopped working on Chrome version 39.0.2171.95 (64-bit), ubuntu.

Now it shows default apache page

@ysbaddaden
Copy link
Owner

I'm afraid I have no idea what's happening. Is libnss_prax.so.2 still in /lib?

@RajRoR
Copy link

RajRoR commented Jan 13, 2015

I don't think so. Here is the contents of /lib http://gyazo.com/9f7db5eaa8ccf18fd0e233e48a3c618d

@ysbaddaden
Copy link
Owner

I meant the system /lib not prax/lib

@RajRoR
Copy link

RajRoR commented Jan 13, 2015

Sorry, my bad. Yes, I have /lib/libnss_prax.so.2

@ysbaddaden
Copy link
Owner

It must Chrome's asynchronous DNS then. I had to disable it for Chromium 39.0.2171.65 to work.

@RajRoR
Copy link

RajRoR commented Jan 14, 2015

👍 thanks man! It worked!

For others who are facing same issue, disable async DNS from chrome://flags on your chrome browser

https://plus.google.com/+FrancoisBeaufort/posts/JXcvYw1yCkH?pid=5722319419056621490&oid=100132233764003563318

NOTE: Don't forget to add trailing slack (/) with your URL.

@mshappe
Copy link

mshappe commented Jun 6, 2015

Ubuntu 15.04, Chromium 41 none of these suggestions work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants