Skip to main content

All Questions

Tagged with
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
42 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
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
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
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
2 votes
3 answers
716 views

401 (Unauthorized) when subscribing to private-channel in Pusher (Vue/Laravel)

I've set up a Vue3/Laravel app with a live-chat via Pusher which works over non-private channel chat. In the next step I want to use a private channel but something weird happens. The pusher.subscribe ...
Artur Müller Romanov's user avatar
0 votes
0 answers
34 views

Laravel echo not working with private but working with public channel

window.Pusher = Pusher window.Echo = new Echo({ broadcaster: 'pusher', withCredentials: true, auth: { headers: { ...commonHeader } }, key: 'local', ...
Asmit Nepali's user avatar
1 vote
3 answers
885 views

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

I'm developing an application with separate Laravel 10 and Vue 3. I wanted to implement real time events with Laravel broadcasting but I'm running into some problems. I connect to the websockets from ...
Federico Tassara's user avatar
0 votes
1 answer
170 views

laravel echo does not send the message

I created a real-time chat using pusher and laravel-echo, but in production on the heroku app, the pusher doesn't give any errors, it doesn't give any errors in the console, however, the messages are ...
samuel souza's user avatar
0 votes
1 answer
172 views

Pusher public events not getting read in the Frontend(react)

I'm trying to make custom channel names using the pusher-php in my Laravel backend micro-service and I'm trying to read the events triggered on these channels on my React frontend. This is how my ...
Jayant Dahiya's user avatar
0 votes
0 answers
63 views

Failed to resource: net::ERR_TUNNEL_CONNECTION_FAILED pusher.min.js

i m working on laravel websocket, it runs fine on my local, but when i deploy to server which doesn't has internet connection it failed, when i m trying to access http:localhost/laravel-websockets. ...
akmal990's user avatar
0 votes
0 answers
80 views

Could not load content for http://localhost:8000/js/pusher.js.map

console error : "DevTools failed to load source map: Could not load content for http://localhost:8000/js/pusher.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE" i ...
hel1993's user avatar
0 votes
1 answer
853 views

Laravel Echo with Soketi Not Broadcasting Events - Configuration Issue?

I want to trigger an event when a user's feed (of articles) is being updated. When the feed is updated, a FeedGenerated event is being broadcasted, and I would like my front-end to catch the event to ...
Gaël Duval's user avatar
0 votes
0 answers
33 views

Why isn't my json response not returned after the new NewOrder Event has been broadcasted

My store controller function is supposed to create a new order, save the order into the database, then dispatch an event and finally return a json response to me. But its not, its only excuting one of ...
Trevor kayiira's user avatar

15 30 50 per page
1
2 3 4 5
7