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

problem in websockets key #3

Open
hamidrezaghanbari opened this issue Sep 6, 2019 · 5 comments
Open

problem in websockets key #3

hamidrezaghanbari opened this issue Sep 6, 2019 · 5 comments

Comments

@hamidrezaghanbari
Copy link

why when i serve the websockets its give me this error

Exception BeyondCode\LaravelWebSockets\WebSockets\Exceptions\UnknownAppKey thrown: Could not find app key anyKey.
Unknown app id: exception BeyondCode\LaravelWebSockets\WebSockets\Exceptions\UnknownAppKey thrown: Could not find app key anyKey..

@hemanshudeveloper
Copy link

Hi,

  • Check to make sure your public/js/app.js find anyKey world , and replace anyKey to PUSHER_APP_KEY

@modavidc
Copy link

You need to check your .env and change:

BROADCAST_DRIVER=log

to

BROADCAST_DRIVER=pusher

@sanchita-paul
Copy link

what should i do with this issue? Please help
Illuminate \ Broadcasting \ BroadcastException
auth_key should be a valid app key.

@mohammadreza33
Copy link

Hi every one.
I had this problem.
I suggest you to try this:
#5 (comment)
it may help you!

@samsonnegash
Copy link

Thank you modavidc now it works for me

You need to check your .env and change:

BROADCAST_DRIVER=log

to

BROADCAST_DRIVER=pusher

Thank you modavidc now it works for me

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

6 participants