Skip to main content

All Questions

Tagged with
0 votes
0 answers
14 views

Best Practice for Broadcasting Dynamic (updating) Product Prices in Laravel 11 with Vue 3 Frontend

I am developing an e-commerce platform using Laravel 11 for the backend and Vue 3 for the frontend, which requires near real-time updates of product prices and stock levels in response to currency ...
Skeletor's user avatar
  • 3,353
0 votes
0 answers
47 views

Can Laravel Reverb get user online/offline status in backend?

I'm building a web game based on Websocket, I need to know which user is online or offline in realtime. I googled a little, and I found out it has to be the client-side to told server-side if user is ...
Russell's user avatar
  • 135
0 votes
0 answers
18 views

How properly show up realtime message using pusher?

I'm having trouble with my websockets. I'm trying to use Pusher and Echo to display whether a user has logged in or logged out, but I can't figure out how to display the message. According to the ...
JayVch's user avatar
  • 95
0 votes
0 answers
43 views

Pusher error 0A000438:SSL routines::tlsv1 alert internal error

I'm using Laravel Reverb on my live server. I've configured it to run with Nginx. However, I'm getting the following error whenever I try to broadcast an event using Reverb. Pusher error: cURL error ...
ThatGuy24's user avatar
0 votes
0 answers
44 views

cpanel configure Apache for laravel-reverb

i can't configure Apache in cpanel for laravel reverb in production service i found nothing to try all blogs, articles and GitHub issues are about nginx and nothing about Apache or cpanel i did not ...
Mahmoud Mostafa's user avatar
0 votes
0 answers
12 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
39 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
124 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
40 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
44 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
58 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,623
1 vote
1 answer
92 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
50 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
281 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

15 30 50 per page
1
2 3 4 5
33