207 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
65
views
Unable to Connect React Native Client to Soketi Using @pusher/pusher-websocket-react-native
I’m using Soketi with a Django backend for real-time updates. My web client (React/Next.js) works great with pusher-js. But I could not configure it with React Native using @pusher/pusher-websocket-...
0
votes
0
answers
115
views
Pusher is not a constructor after npm run build with Vite, Laravel Echo, and Pusher-js
I'm using Vite, Laravel Echo, and Pusher-js in my Laravel + Vue 3 project. My setup works perfectly in development with npm run dev, but after running npm run build, I get the following error in the ...
1
vote
1
answer
176
views
Unable to authenticate private pusher channel node/next.js
I am working on a messages notification system for my app. I built a ChatContext provider file which wraps the app and binds to pusher if someone is logged in on page load.
Every user will have their ...
1
vote
1
answer
198
views
Laravel / Pusher, broadcasting/auth, Broadcast channel not working correct
I'm trying to use one Server (Backend) as source to transmit data to private channels.
Trying as Client another place/machine (mob app / , server/client), connect to private channel to be able to read ...
0
votes
1
answer
73
views
Pusher socket_id and channel_name Undefined in Next.js API Route
I'm working on a Next.js app and trying to integrate Pusher for real-time updates with authentication. However, I'm having trouble accessing the socket_id and channel_name in my API route; they both ...
0
votes
1
answer
102
views
Error accessing property in Vue 3 with Axios and Laravel Echo: Cannot read properties of undefined (reading 'discussion_id')
`Problem Description:
I'm working on a chat application using Vue 3, Axios, and Laravel Echo (with Pusher) for real-time updates. I'm encountering an issue where I receive the following error:
``...
0
votes
1
answer
310
views
Laravel Echo not receiving data from Pusher events in React JS APP
I would like to track the changes in the column "status" in my database in real-time in my react-js app, so I created a Laravel job to update the column. So I created an event that will be ...
2
votes
3
answers
2k
views
How to us laravel-echo and pusher-js with Typescript
I am trying to install and use laravel-echo and pusher-js. I have the following:
bootstrap.ts
import Pusher from 'pusher-js';
import Echo from 'laravel-echo';
window.Pusher = Pusher;
window.Echo = ...
0
votes
0
answers
296
views
Why pusher does not work in laravel echo on localhost?
I want the status to be live when the user logs in and logs out. I get the connection to the pusher and everything is registered but the javascript side doesn't work (STEP 3) and it doesn't show ...
0
votes
2
answers
601
views
The issue is with connecting to the socket server in Laravel using Laravel Echo
"I am working on a project using Laravel Broadcast and the package beyondcode/laravel-websockets. When I use Pusher.js directly, the connection and operations are successful, but when I use ...
0
votes
0
answers
79
views
Client Side Event not working with larvavel websockets
Hi I have an issue when i tried to use Laravel Webscokets and laravel Echo
When i fire my event i can see it inside Websocket server side but i didn't get any response in client side how can i fix ...
0
votes
0
answers
119
views
Problem establishing websockets connection
I have been trying to solve my problem with connecting via websocets for many hours. I have already checked a thousand different configurations, browsed various forums and nothing solved my problem, ...
0
votes
1
answer
342
views
Uncaught (in promise) TypeError: Stream is undefined
I am following this tutorial to create a video chat https://mupati.medium.com/adding-video-chat-to-your-laravel-app-9e333c8a01f3 and after granting permissions to access mic and camera I am getting ...
2
votes
3
answers
1k
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 ...
1
vote
0
answers
357
views
Laravel Pusher Websocket Not Working on HTTPS port 443
"message": "Pusher error: cURL error 7: Failed to connect to 54.217.244.226: Network is unreachable (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api-eu.pusher....