question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Subscribe not passing 'channel_name' on react-native

See original GitHub issue

Greetings,

We’re trying to integrate pusher into our react-native app, but we’ve hit a snag. When calling pusher.subscribe('private-channel-name'), we get a request to the authentication endpoint sent previously, but the request does not include the name of the channel.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rvirani1commented, Apr 13, 2017

Having the same issue. Was able to use the workaround of manually setting the content-type.

1reaction
Tritlocommented, Nov 4, 2016

Blessaður Haukur!

We put this on hold and focused on other parts of our app for a while, but we’re going to make another attempt later this week or early next week. I’ll update this issue with more information when we’ve tried that, as it may have been fixed implicitly in the meantime.

Read more comments on GitHub >

github_iconTop Results From Across the Web

android - Create notification channel react native
I'm using react-native-firebase v6 to handle push notifications. since there is no create channel id feature in this version, What is solution ...
Read more >
Topic Push Notification || Subscribe & Unsubscribe ... - YouTube
In this video we are going to learn how to subscribe to Topic Push Notification in React Native. We are going to implement ......
Read more >
React Native In App Purchases and Subscriptions ... - YouTube
Let's learn How to implement In-App Purchases and Subscriptions in a React Native project using RevenueCat. Enroll NOW for "The ...
Read more >
Communication between native and React Native
Properties are the most straightforward way of cross-component communication. So we need a way to pass properties both from native to React ......
Read more >
Context
Context provides a way to pass data through the component tree without having to pass props down ... Any component can read it,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found