Skip to main content

Questions tagged [laravel-reverb]

The tag has no usage guidance.

laravel-reverb
0 votes
1 answer
26 views

Why am I getting a 401 Unauthorized on Laravel Echo's authentication to a Private Channel?

I'm building a template project for myself, and I've got Reverb and Echo working as intended with regular channels, but when using private channels, the /broadcasting/auth route returns a 401 ...
dannypas00'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
1 vote
1 answer
92 views

Laravel 11 Reverb : BroadcastException: Pusher Error (Not found)

In my local pc its working fine. But in production (Apache server) its giving the BroadcastException Pusher Error (Not found) when triggering any event REVERB_APP_ID=401372 REVERB_APP_KEY=...
Muntasir Hasan's user avatar
0 votes
0 answers
161 views

How to set up Laravel Reverb in a production with Apache server

I am working on a website which is an online game using Laravel 11 with View 3 and Reverb (SPA without SSR for now). On the localhost the websockets work, but when I uploaded it to the production ...
Jivko Jelev's user avatar
0 votes
0 answers
123 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
1 answer
287 views

Laravel Reverb not Broadcasting REST API with Docker

My Laravel 11 application is not broadcasting anything using Laravel Reverb. I am using a custom Docker configuration to spin up my enviornment and Laravel acts as a REST api interacting with a React ...
Nick Howarth's user avatar
1 vote
0 answers
90 views

How can I make Laravel Reverb websockets work with Apache

I have a website written with Laravel and Reverb for websockets. Everything works except websockets. They are sent from the browser to the server in the form wss://mydomain.com/app (which throws an ...
Jivko Jelev's user avatar
0 votes
1 answer
233 views

Laravel reverb in production : should i run php artisan reverb:start on my vps.?

I downloaded Laravel with Reverb on my local server and everything is working perfectly. but laravel reverb dont work without php artisan reverb:start in production envirement .. should i run php ...
Solayman Mousa's user avatar
0 votes
1 answer
154 views

Laravel 11 reverb connection using rest api and custom auth giving 403 forbidden

I am using laravel 11 in my web application. I am trying to implement reverb connection between my laravel 11 and react front end using rest api. The websocket connection seems established but the ...
Selvakumar Eswaran's user avatar
0 votes
0 answers
124 views

Laravel Reverb isn't functioning on the wss:// protocol on a Rocky Linux production server

I'm deploying a Laravel application with Reverb on a production server, aiming to establish a secure connection. In my .env file, I've configured Reverb with the following settings: REVERB_APP_ID=...
user25525788's user avatar
0 votes
1 answer
201 views

how can fix this cors issue laravel 11 reverb api use in react js

WebSocket connection established messages-inbox:1 Access to XMLHttpRequest at 'http://localhost:8080/api/broadcasting/auth' from origin 'http://localhost:3000' has been blocked by CORS policy: ...
Md Jahid Hasan'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
0 votes
0 answers
131 views

NextJS not listening Events on Laravel Echo

I created an api in Laravel and a front end in NextJS, in Laravel 11 I am using reverb as the documentation says: https://laravel.com/docs/11.x/reverb#main-content I'm using Horizon to manage my ...
Filipe Louro's user avatar
1 vote
0 answers
352 views

laravel reverb broadcasting/auth 403 error solution in Laravel 11

show 403 forbidden error when use broadcasting/auth for authenticate channel for private or presence channel in laravel 11 I use JWT for auth API login and add middle wear in broadcast route in ...
Zeeshan Mushtaq's user avatar
0 votes
1 answer
97 views

Laravel Echo Auth Request Not Sending Cookie in Headers

My client side laravel-echo is not sending cookie param in headers, braodcasting/auth requires a cookie in headers to authorize websocket connection, when I try sending the same request with fetch it ...
Arman Ali's user avatar

15 30 50 per page