python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
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" ...
farshidpg
Votes: 0
Answers: 1
Unable to retrieve auth string from auth endpoint - received status: 500
I using react native and backend is node.I trying implement pusher in my app.
Object {
"error": "Unable to retrieve auth string from auth endpoint - received status: 0 from http://10....
Золбоо О'
Votes: 0
Answers: 1
Pusher authEndpoint doesn't trigger in react native expo
Here is my code on the react native code :
const pusher = new Pusher('app_key', {
cluster: 'ap1',
authEndpoint: 'http://10.0.27.124:8070/pusher/auth'
});
const channel = pusher.subscribe('m...
Золбоо О'
Votes: 0
Answers: 1