Skip to main content

All Questions

Tagged with
-1 votes
0 answers
22 views

LARAVEL: WebSocket is closed before the connection is established

I am using composer v 2.7.6 and created a laravel project. After that i have configured websocket using pusher in my laravel project. The websocket is working fine in my local devise (localhost) Tried ...
PalMaxone's user avatar
0 votes
0 answers
8 views

Websocket Handshake at the same time makes server 504 bad gateway

Okay, here's the detail I have ubuntu VM with nginx as web server, here's all the app backend, laravel frontend, laravel websocket, socketio, expressJS (run on port 8015, reverse proxy to domain-ws....
Tuhan Kamu's user avatar
0 votes
1 answer
33 views

How to synchronize actions between two separate frontends using Laravel and Next.js?

I'm developing a system with two separate frontends using Next.js: one for clients and one for admins. Both frontends need to be synchronized such that when a client makes a booking, it should ...
Ushan Sankalpa's user avatar
0 votes
0 answers
76 views

Laravel 11 Reverb: WebSocket Connection failed

WebSocket connection to wss://subdomain.domain.com/app/... failed Its working on locally without any issue but in production it gives issue here is my .env for production REVERB_APP_ID=401132 ...
Muntasir Hasan's user avatar
0 votes
0 answers
33 views

Laravel backend and WebSocket connection with React Native

How to connect WebSocket and backend in React Native ? I have a Laravel backend and web socket and a frontend developed in React Native. I have connected the backend using adb reverse tcp:3000 tcp:...
Rishabh's user avatar
0 votes
0 answers
36 views

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

I'm using Laravel for backend and Vue for frontend. I'm also using Vite as my bundler and laravel echo for broadcasting. I'm trying to create a websocket to show newly added comments in real time. ...
User's user avatar
  • 1
0 votes
1 answer
40 views

I would like to use 'texttalk/websocket' in my laravel project

I would like to use 'texttalk/websocket (https://packagist.org/packages/textalk/websocket)' ' in my laravel project. The package is currently installed using the 'composer require texttalk/websocket' ...
강철구's user avatar
0 votes
0 answers
43 views

Laravel Rever and React Configurations

I want to connect my React app with Laravel Reverb. When connecting to a public channel everything works fine. but when trying to connect to a private channel I get connection refused My React Code ...
ERaufi's user avatar
  • 1,613
1 vote
1 answer
78 views

Flutter: Received error message "Pong reply not received in time" when using WebSockets

I'm developing a Flutter application that connects to a Laravel REVERB backend using WebSockets. I'm using the IOWebSocketChannel.connect method to establish the connection and the sink.add method to ...
Solayman Mousa's user avatar
0 votes
0 answers
43 views

Preventing double serialization in Laravel 11's event broadcasting

I am dispatching the SeatUpdatedEvent through a websocket with Laravel Reverb. The "data" key of the JSON response is serialized twice. What am I missing? <?php namespace App\Events; ...
ssada's user avatar
  • 1
1 vote
2 answers
272 views

Implementing websockets for real-time updates in Laravel and Vue.js

I have an app in Laravel for the backend and Vue.js and Quasar for the front end. I have a view in Vue.js that sends a request every 5 seconds. I would like to know how I can implement web sockets. I ...
Orlando Correa Jiménez's user avatar
0 votes
0 answers
69 views

Down Soketi docker when notification with wrong syntax

I set up Soketi on docker server and when I sent this pattern of message with postman to soketi disconnect my connection and docker container down! and show this error! ((1006 Abnormal Closure:No ...
dmbehrouz's user avatar
2 votes
2 answers
559 views

Do I need a node.js server for Laravel Reverb?

Hello I've got a question, beacause I still don't understand that topic well and I'm beginner in that, I want to build web application where will be included realtime chat.For websockets I want to use ...
JayVch's user avatar
  • 95
0 votes
0 answers
71 views

Not receiving WebSocket messages in Postman using Laravel and beyondcode/laravel-websockets package

I'm having trouble receiving WebSocket messages in Postman when using Laravel 10 and the beyondcode/laravel-websockets package. I've followed the steps below, but I'm still not receiving the ...
Yazan's user avatar
  • 1
0 votes
0 answers
72 views

Listening to user disconnect events with Soketi WebSocket

I am utilizing a NextJS front-end and a Laravel back-end, with Soketi managing the WebSocket server. From my front end, using Laravel Echo, I can listen to connection events from the WebSocket server. ...
Cdescamps's user avatar

15 30 50 per page
1
2 3 4 5
32