2

I installed http://pow.cx on OS X 10.6.7 and I have rvm. I installed the powder gem https://github.com/Rodreegez/powder

I ran "powder" in my app directory The symlink is definitely there, I checked.

When I go to http:// appname.dev (obviously appname is replaced with the app name, also I can't post more than two links for ten days, so the space is because of that), neither Chrome nor Safari can open it. Not sure what I'm doing wrong. I tried searching here and google.

I went to http:// localhost/ and I got a "No such app" message from pow

appname/ didn't work...

I have config.ru in my root...

/!\ FIXED /!\ ## NARKOZ was right. Reboot did it.

Bernhard Barker
  • 54,589
  • 14
  • 104
  • 138
Joe Sak
  • 770
  • 6
  • 13

2 Answers2

3

The actual fault here is Chrome's "Built-in Asynchronous DNS", disable this in chrome://flags and it'll work again.

Imdad
  • 41
  • 7
2

Reboot!

https://github.com/37signals/pow/issues/108#issuecomment-1068124

Joe Sak
  • 770
  • 6
  • 13