-
Can please help what is the issue here? I config and setup completely. but Broadcast->dispatch is not working
local.ERROR: {"userId":3,"exception":"[object] (Pusher\ApiErrorException(code: 0): at C…
-
I am using JavaScript WebSocket and sending an event to the socket server of Laravel. I am not getting how can I listen to that event on Laravel?
And it through the error when the client sends a me…
-
Can we use this with Laravel Echo?
I do not see any port settings in the auth configuration.
The idea is to use it in conjuction with the "laravel_echo" package.
-
Hi,
`
the broadcasting is:
'pusher' => [
'driver' => 'pusher',
'key' => env('PUSHER_APP_KEY'),
'secret' => env('PUSHER_APP_SECRET'),
'a…
-
I'm almost done working on an update to my website with more languages and I noticed SSG started taking an exponential amount of time to generate the site. At the moment I can get to 14 or 15 pages be…
-
- Laravel Mix Version: 0.8.8
- Node Version: v7.7.2
- NPM Version: 4.1.2
- OS: macOs 10.12.3
### Description:
I'm getting the following errors:
```
Uncaught TypeError: Cannot read property…
-
Hello,
Could someone help with how to configure the app to work on laravel forge w/ let's encrypt? The app would host it's own websocket, so it's not a separate subdomain.
-
"pusher/pusher-php-server": "^7.0",
Laravel:6
Getting this error while upgrading from 5.8. Followed the documentation. still getting error am I missing something?
` production.ERROR: Unresolva…
-
### Bug description
I've recently updated one of our sites to use eloquent users. We just tested out the Password Reset functionality and we've run into some issues. We just followed the [instruction…
-
Hi, i'm following the example app given on the readme of this repo to setup pusher in my project. After all requirement setup, i get this error when i try to to a presence-channel.
```
I/flutter (…