This repository has been archived by the owner on Dec 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
FileNotFoundException on subscribing to private channel #22
Comments
It did look to me like your As the following error indicates that your current config does not have a proper
|
@jinseokoh So its a problem with setting a right auth endpoint? |
@rvamsikrishna As I haven't experienced such error with this package, probably your current private auth setting is not correct. Check out the example code in the following PR. Hope you find it useful.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, thank you very much for this package.
I am successfully able to subscribe to the public channels and receive events that are sent from the pusher debug console.
The exception is thrown when I am trying to subscribe to private channels.
I have in the backend written in laravel. I'm not a back end developer so I could not debug if the problem is on the back end.
I pass the required auth endpoint and also the request headers to
PusherAuth
.When I try to connect to the pusher cancel and subscribe to a private channel I get this file not found exception which points to the auth endpoint URL as below
I cannot add the real URL above in the logs so added .
The laravel code does not have any auth endpoint set, so according to the laravel docs the default is
/broadcasting/auth
.Any help is appreciated.
The text was updated successfully, but these errors were encountered: