Skip to main content

All Questions

Tagged with
1 vote
0 answers
59 views

Laravel pusher-php-server sends unicode instead of cyrillic symbols

I have the Laravel API project with realtime chat functionality. I am using "beyondcode/laravel-websockets": "^1.13", "pusher/pusher-php-server": "7.0" So, I ...
Dav Us's user avatar
  • 11
0 votes
1 answer
325 views

broadcasting/auth cors error using laravel et angular

i want to do chat pusher websocket use laravel and angular ,i have configure laravel and it works fine ,because i tried api in postman and it works fine when i add socket_id and channel name ,message ...
marzouk najib's user avatar
1 vote
0 answers
205 views

Scaling a Laravel-Websockets server for multiple projects

I have 3 projects that need to use websockets. I am planning to use Laravel-Websockets. For that I want to create a separate project that will be the Laravel-Websockets server. It also has support for ...
pileup's user avatar
  • 3,062
0 votes
0 answers
211 views

ERROR TypeError: Cannot read properties of undefined (reading 'channel')

I configured chat uses laravel and angular by pusher everything works fine, but it gives me error: ERROR TypeError: Cannot read properties of undefined (reading 'channel') import Echo from 'laravel-...
marzouk najib's user avatar
0 votes
1 answer
883 views

Laravel websocket on https local server

I'm trying to implement a local network-accessible laravel app with websocket. Everything works well on http, now we need to upgrade to https to allow the app on windows desktop notification. I made a ...
Roi's user avatar
  • 539
0 votes
0 answers
72 views

WebSocketException: Connection to 'http://192.168.100.10:6001/socket.io/?EIO=4&transport=websocket#' was not upgraded to websocket in Flutter

I'm trying to establish a WebSocket connection between my Flutter app and a WebSocket server running at http://192.168.100.10:6001. However, when I run the app, I get the following error in the ...
rahil's user avatar
  • 1
0 votes
0 answers
124 views

websockets:serve cron job error on shared hosting laravel

I am using beyondecode laravel websocket package on my laravel project. I have done all the configurations correctly. On hostinger, set a cron job to serve websocket like /usr/bin/php /home/......../...
quad que's user avatar
0 votes
1 answer
467 views

What will be the host name of websocket on server?

I am using laravel websocket in my laravel project. In broadcasting.php, there is pusher configuration like this below: 'pusher' => [ 'driver' => 'pusher', 'key' => ...
quad que's user avatar
0 votes
2 answers
675 views

How to achieve EventBroadcast by using presence channel in laravel 8?

I am very new to the laravel Event Broadcasting Concept ,i have some requirement without refreshing page i need to update the data in Angular site.i made a presence channel by using pusher.i called my ...
Test Test's user avatar
1 vote
0 answers
543 views

Laravel Sail/Docker Pusher - Soketi

I running Laravel Sail via Docker and I have been running Soketi container success. On localhost: it can be listen success But when I deploy to server, I got an error like this: WebSocket is closed ...
olaomt's user avatar
  • 56
2 votes
2 answers
3k views

Pusher error: cURL error 7: Failed to connect to 127.0.0.1 port 6001 after 0 ms: Connection refused

I'm having problems connecting a project in Vue 3 with a Laravel websocket that is in Forge, I've tried all the ways, enabling and disabling settings, but the same error always returns: Pusher error: ...
Matheus Victor Araújo Ferreira's user avatar
0 votes
0 answers
535 views

How to configure BeyondCode Laravel-Websocket on cPanel with or without ssl?

I've a project setup that run beyondcode/laravel-websocket. It's configuration is setup so that it can run on local server and it does. Now i have uploaded project on cPanel. I can access the ...
Rashad Khan's user avatar
1 vote
2 answers
2k views

Laravel Websockets + React Native

I cannot connect to Laravel's websocket from my ReactNative application. I have practically tried all npm packages that contain the words "pusher", "websockets", or anything ...
ferter3006's user avatar
1 vote
2 answers
2k views

Laravel not responding to WebSocket events correctly

As a Laravel beginning I'm having hard times grasping on how to create a simple "hello world" -like WebSocket interface, it seems as if authentication must be implemented, database logging ...
Nuubles's user avatar
  • 187
0 votes
1 answer
332 views

How to use Custom WebSocket Handlers?

I'm trying to react to connecting with laravel-websockets. There are custom handlers https://beyondco.de/docs/laravel-websockets/advanced-usage/custom-websocket-handlers And there are endpoint ...
Lamantinoss's user avatar

15 30 50 per page
1
3 4
5
6 7
33