Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not connection to AUTH endpoint #131

Closed
fotoKrille opened this issue Nov 19, 2015 · 6 comments
Closed

Not connection to AUTH endpoint #131

fotoKrille opened this issue Nov 19, 2015 · 6 comments

Comments

@fotoKrille
Copy link

I am having problem that pusher is not triggering AUTH endpoint.

var pusher = new Pusher("#{PUSHER_KEY}", {
            authEndpoint: "http://example.com/pusher/auth",
        });

I can se in my node js server that is has not try to connect to my endpoint. Also in the browser there is no AJAX request to that endpoint.

@hamchapman
Copy link
Contributor

Are you then calling pusher.subscribe('[private|presence]-...') at some point?

It's the call to subscribe that will trigger a call to your auth endpoint

@hamchapman
Copy link
Contributor

Hey @fotoKrille, is this still a problem?

@fotoKrille
Copy link
Author

Yes i got it to work, i do not think there where pusher fault tho...

@davideroffo
Copy link

Hi @fotoKrille I have the same issue, how did you get it work?

1 similar comment
@Zolboo05
Copy link

Zolboo05 commented Jan 4, 2022

Hi @fotoKrille I have the same issue, how did you get it work?

@shubham-jangid
Copy link

Hey @Zolboo05 , did you get it work ? I'm also facing this issue.

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

No branches or pull requests

5 participants