Skip to main content

All Questions

Tagged with
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
604 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
79 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
79 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
1 vote
1 answer
109 views

'/api/broadcasting/auth' 403 Forbidden

I'm trying to build connection between my react.js app & laravel 10 (both are separate) channel is Private For react side import React, { useEffect } from "react"; import Pusher ...
The Dev's user avatar
  • 108
1 vote
0 answers
75 views

Laravel Websockets Active list

Everyone! I'm using beyondcodes/laravel-websockets. I have a webhook route: WebSocketsRouter::webSocket('/my-websocket/{appKey}', \App\WebSocketHandler::class); This will be called by users from their ...
Virat Tripathi's user avatar
0 votes
0 answers
221 views

Problem connecting to the soketi on the server

I am going to setup a websocket I have used soketi package But I am facing a problem in connecting to the web socket which now i will get this error code: 4001 message: "App key ---- does not ...
Mohammadjavad Rasti's user avatar
1 vote
0 answers
268 views

laravel broadcast.php pusher option not working

I am working on a realtime chatting application and I am using websocket with laravel I am using library beyoundcode/laravel-websocket I have change broadcast driver to pusher and have configured ...
etranz's user avatar
  • 1,201
0 votes
1 answer
308 views

laravel-echo and socket.io are unable to connect with laravel-echo-server

i am new to web sockets, i am using laravel echo, redis, socket.io with laravel-echo-server. But when i console.log(window.Echo.connector.socket.connected), it prints false in console. My terminal ...
mahan singh's user avatar
1 vote
1 answer
85 views

Implementing WebSocket Broadcasting in Laravel for Real-Time Updates when Creating New Games

"I'm developing a multiplayer card game using Laravel, and I'm struggling to implement WebSocket broadcasting for real-time updates. Specifically, I want to notify all connected clients when a ...
Bozic Mario's user avatar
0 votes
0 answers
236 views

How to use Laravel WebSockets for Realtime Data Update

I want to create application that using websocket for realtime data sync. My application has laravel base as backend and react next as frontend, which has an architecture where FE and BE are separate ...
Briansay's user avatar
1 vote
0 answers
122 views

Session token keeps changing on each message sending using websocket

I'm using multi tenancy in my application with this package: https://tenancyforlaravel.com/ Here everything is working good as per requirements. But my application is having chat functionality for ...
Virb's user avatar
  • 1,568
0 votes
0 answers
269 views

Slack API using websocket not getting events after successful connection

Using PHP/Laravel and WebSocketClient and Guzzle. I am able to auth through Guzzle to get WSS URL and further able to connect using the provided WSS URL. I can dump the hello message: {#713 +"...
ChronoFish's user avatar
  • 3,657
0 votes
0 answers
88 views

Trouble Running Laravel WebSocket on Windows Server with IIS

I'm facing challenges setting up a WebSocket for my Laravel application hosted on a Windows Server with IIS. During the development phase, I used the Laravel Ratchet WebSocket package and ran it using ...
Ali Hashir's user avatar
0 votes
1 answer
190 views

Client laravel-echo does not respond to server events

I'm trying to build my docker sample to work with php8.2, laravel10, websockets and redis. I have already prepared all the necessary docker images and combined them with the Caddy proxy. I also used ...
Dambas's user avatar
  • 1

15 30 50 per page
1
2
3 4 5
33