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

faye.js not found on my production url. #115

Open
leena-bhise opened this issue Apr 25, 2015 · 8 comments
Open

faye.js not found on my production url. #115

leena-bhise opened this issue Apr 25, 2015 · 8 comments

Comments

@leena-bhise
Copy link

I have implemented private pub in my rails app. it is working fine on my local. but on my production server it is not working. it doesn't find faye.js there.

production url : http://52.11.111.224

private_pub.yml entry for production :
production:
server: "http://52.11.111.224:9292/faye/faye"
secret_token: "awesomejobmanager"

Do you have any suggestion for this.

@gabrieltong
Copy link

+1

@gabrieltong
Copy link

after I change my private_pub.yml to

production:
  server: "http://localhost:9292/faye"
  secret_token: "secret"
  signature_expiration: 3600 # one hour

I think it's only a config error , and I don't know how .

@davidleandro
Copy link

+1

1 similar comment
@TomChi
Copy link

TomChi commented Dec 4, 2015

+1

@tianlibo
Copy link

+1

@yujhuang
Copy link

+1

2 similar comments
@krishiaellis
Copy link

+1

@jjs1233
Copy link

jjs1233 commented Nov 22, 2016

+1

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

8 participants