Closed francoism90 closed 1 year ago
Fixed by https://github.com/filamentphp/filament/pull/8137
Turns out Pusher will fallback to their own servers when the configuration is invalid. Make sure to define the host without any protocol and also check the auth path.
Package
filament/filament
Package Version
v3.0.34
Laravel Version
v10.20.0
Livewire Version
v3.0.1
PHP Version
8.20
Problem description
Filament always connects to the wrong Pusher-host, and not to the values defined in the
config/filament.php
:As you can see, I'm overruling the host + post, as I'm running my own Soketi instance. For some reason, it keeps using the default values, and don't use the given values at all.
I'm trying to find out the reason why, because this wasn't an issue on V2.
Expected behavior
Use given (echo/Pusher) broadcasting config.
Steps to reproduce
config/filament.php
Reproduction repository
https://github.com/francoism90/hub-api/tree/feat-livewire
Relevant log output