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

Connection timing out for getting faye.js #119

@Diosan

Description

@Diosan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions