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.
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 appear as undefined.