Questions tagged [pusher-js]

The javascript client library of Pusher

The repository of pusher-js can be found here: https://github.com/pusher/pusher-js

201 questions
-1
votes
2 answers

Class "Pusher\Pusher" not found Laravel 9

it says: Class "Pusher\Pusher" not found /home/SITE_URL/public_html/vendor/laravel/framework/src/Illuminate/Broadcasting/BroadcastManager.php#295 How can I fix this message? already running in local with no error,
Mister J
  • 7
  • 5
-1
votes
1 answer

Pusher service has allowed_origins?

is there any way to set "allowed_origins" for pusher service https://pusher.com Now anyone that know my "app_key" can connect to my socket server in pusher.com "app_key" is in socket request address in the browser console so its not secure !
farshidpg
  • 49
  • 9
-1
votes
1 answer

Pusher notifications client not acknowledging userId token

I'm trying to setup Pusher to receive push notifications from my server. I've gone through the docs and followed the instructions but I'm getting this error which I have no clue how to get past. If you help me sort it out it'll be like an early…
ajavad
  • 105
  • 11
-1
votes
1 answer

Pusher JS , displaying same message in two different tabs

Problem is when I do request to php server , is returning me messages in real time , so when I open page in second tab , and send request from first page , Is displaying same message on the second tab , but i did not request in second tab , or…
-1
votes
1 answer

RealTime with pusher-js & nextjs?

I found Pusher-js docs is not very usefull to get start with, Is there any tutorial I can follow to learn exactly how the flow will look like?
Abdelrhman Gad
  • 195
  • 2
  • 11
-1
votes
1 answer

Laravel pusher with vue js not working truely

I'm beginner to use laravel pusher with vue js. I used this tutorial to make a chat with pusher but it is not working truely. Users do not receive the other users' messages. enter image description here As you see in the picture, I receive these…
Ever Adm
  • 61
  • 2
  • 6
1 2 3
13
14