Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Connection timing out for getting faye.js #119

Open
Diosan opened this issue Nov 2, 2015 · 1 comment
Open

Connection timing out for getting faye.js #119

Diosan opened this issue Nov 2, 2015 · 1 comment

Comments

@Diosan
Copy link

Diosan commented Nov 2, 2015

I have no idea why but private_pub is giving me connection timed out errors in the browser console ad the site when I am using it now.

I can access mysite:9292/faye.js and mysite:9292/faye/faye.js via my browser yet it gives me this error and hangs up the application when it does. I am at my wits end right now, hoping for a miracle.

I am starting faye with the default rackup from private_pub

rackup private_pub.ru -s thin -E production

my private_pub.yml look like this

development:
  server: "http://localhost:9292/faye"
  secret_token: "secret"
test:
  server: "http://localhost:9292/faye"
  secret_token: "secret"
production:
  server: "http://mysite.com:9292/faye"
  secret_token: "8c892afbd2ae23cd015c461a4e94aee26a3c17d9080818ea78t78t78t87t78d1"
  signature_expiration: 3600 # one hour

PLEASE HELP.... I hate to sound desperate... but I am

@vairix-dmacchi
Copy link

Hi @Diosan! I'm facing the same issue... did you found the solution for it?

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

2 participants