Closed TylerByte666 closed 1 year ago
@TylerByte666 have you found any solution for your problem since I'm facing the exact same one.
@TylerByte666 @novas1r1 try to connect to ws://10.0.2.2:6001/app/${YOUR_PUSHER_KEY}
instead :)
Thanks @snarcraft . For me the issue was actually a wrong port I got from my backend dev :D... So the error message lead me here, but was unrelated to this issue.
@snarcraft Thanks matey, didn't work at all. @novas1r1 Glad you fixed your issue. I tried this plugin this morning and all my problems are fine :) laravel_flutter_pusher 0.0.4
Hi all.
I would really love to know how to get this working locally with laravel sail?
I have tried both laravel-websockets and soketi locally through sail but I keep getting this output:
I have this as my home widget, where the error originates:
I use WSL, Docker-Desktop and Windows 10. The channel I want to connect to is public and is called:
channel
, the event is called:App\Events\TestEvent.php
I have added http ability in the
android/app/main/AndroidManifest.xml
:The web sockets are working with Vue.js, Echo.js and Pusher.js so I really do not know what to do. Please help 🤕